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