export declare const Cascader: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                changeOnSelect: {
                    title: string;
                    tooltip: string;
                };
                displayRender: {
                    title: string;
                    tooltip: string;
                };
                fieldNames: {
                    title: string;
                    tooltip: string;
                };
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                changeOnSelect: {
                    title: string;
                    tooltip: string;
                };
                displayRender: {
                    title: string;
                    tooltip: string;
                };
                fieldNames: {
                    title: string;
                    tooltip: string;
                };
            };
        };
    };
};
