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