export declare const Rate: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                allowHalf: string;
                tooltips: {
                    title: string;
                    tooltip: string;
                };
                count: string;
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                allowHalf: string;
                tooltips: {
                    title: string;
                    tooltip: string;
                };
                count: string;
            };
        };
    };
};
