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