/// <reference types="react" />
import { IconProps } from '../../types';
/** 压缩文件图标 */
export declare const IconZipColorful: (props: IconProps) => JSX.Element;
