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