export declare const TreeSelect: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                mode: {
                    title: string;
                    dataSource: string[];
                };
                autoClearSearchValue: {
                    title: string;
                    tooltip: string;
                };
                defaultActiveFirstOption: string;
                defaultOpen: string;
                filterOption: string;
                filterSort: string;
                labelInValue: {
                    title: string;
                    tooltip: string;
                };
                listHeight: string;
                maxTagCount: {
                    title: string;
                    tooltip: string;
                };
                maxTagPlaceholder: {
                    title: string;
                    tooltip: string;
                };
                maxTagTextLength: string;
                showArrow: string;
                virtual: string;
                dropdownMatchSelectWidth: {
                    title: string;
                    tooltip: string;
                };
                showCheckedStrategy: {
                    title: string;
                    tooltip: string;
                    dataSource: string[];
                };
                treeCheckable: string;
                treeDefaultExpandAll: string;
                treeDefaultExpandedKeys: {
                    title: string;
                    tooltip: string;
                };
                treeNodeFilterProp: {
                    title: string;
                    tooltip: string;
                };
                treeDataSimpleMode: {
                    title: string;
                    tooltip: string;
                };
                treeNodeLabelProp: {
                    title: string;
                    tooltip: string;
                };
                filterTreeNode: string;
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                mode: {
                    title: string;
                    dataSource: string[];
                };
                autoClearSearchValue: {
                    title: string;
                    tooltip: string;
                };
                defaultActiveFirstOption: string;
                defaultOpen: string;
                filterOption: string;
                filterSort: string;
                labelInValue: string;
                listHeight: string;
                maxTagCount: string;
                maxTagPlaceholder: {
                    title: string;
                    tooltip: string;
                };
                maxTagTextLength: string;
                notFoundContent: string;
                showArrow: string;
                virtual: string;
                dropdownMatchSelectWidth: {
                    title: string;
                    tooltip: string;
                };
                showCheckedStrategy: {
                    title: string;
                    tooltip: string;
                    dataSource: string[];
                };
                treeCheckable: string;
                treeDefaultExpandAll: string;
                treeDefaultExpandedKeys: {
                    title: string;
                    tooltip: string;
                };
                treeNodeFilterProp: {
                    title: string;
                    tooltip: string;
                };
                treeDataSimpleMode: {
                    title: string;
                    tooltip: string;
                };
                treeNodeLabelProp: {
                    title: string;
                    tooltip: string;
                };
                filterTreeNode: string;
            };
        };
    };
};
