interface KeepRadioTheme {
    input: string;
    button: {
        base: string;
        variant: {
            square: string;
            circle: string;
            rounded: string;
        };
    };
}
export declare const radioTheme: KeepRadioTheme;
export {};
