/// <reference types="react" />
export interface IconRadioButtonOffProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconRadioButtonOff: React.FC<IconRadioButtonOffProps>;
