import type { IconProps } from '../types/index'; declare function SvgZipFile(iconProps: IconProps): JSX.Element; declare namespace SvgZipFile { var displayName: string; } export default SvgZipFile;