import type { TreeSelectProps } from '../TreeSelect'; declare function warningProps(props: TreeSelectProps & { searchPlaceholder?: string; }): void; export default warningProps;