export declare const RadioGroup: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                buttonStyle: {
                    title: string;
                    dataSource: string[];
                };
                optionType: {
                    title: string;
                    dataSource: string[];
                };
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                buttonStyle: {
                    title: string;
                    dataSource: string[];
                };
                optionType: {
                    title: string;
                    dataSource: string[];
                };
            };
        };
    };
};
