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