- import { FunctionalComponent } from 'vue';
- import { AntdIconProps } from '../components/AntdIcon';
- export interface FilePdfFilledIconType extends FunctionalComponent<AntdIconProps> {
- displayName: string;
- }
- declare const FilePdfFilled: FilePdfFilledIconType;
- export default FilePdfFilled;
|