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