import React from 'react';
import type { TreeSelectProps } from '../TreeSelect';
export declare const useTreeSelectLocale: (props: TreeSelectProps) => {
    empty: string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element;
    loadingItem: React.JSX.Element;
    placeholder: string;
};
