/// <reference types="react" />
import { IconProps } from '../../types';
/** 打开的文件夹图标 */
export declare const IconFolderOpenedColorful: (props: IconProps) => JSX.Element;
