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