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