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