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