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