export declare const getGlobalRadioStyle: {
    Radio: {
        defaultProps: {
            size: string;
            color: string;
        };
        styles: {
            radio: {
                backgroundColor: string;
                '&:checked': {
                    backgroundColor: string;
                };
            };
        };
    };
};
