/// export interface IconFolderOpenOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconFolderOpenOutline: React.FC;