export interface RadioIconProps extends React.ComponentProps<'svg'> {
    size?: string | number;
}
export declare function RadioIcon({ size, style, ...others }: RadioIconProps): import("react/jsx-runtime").JSX.Element;
