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