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