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