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