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