import * as React from 'react'; import { FormikFieldProps } from '../FieldProps'; import { TreeSelectProps as $TreeSelectProps } from 'antd/lib/tree-select'; export declare type TreeSelectProps = FormikFieldProps & $TreeSelectProps & { children?: React.ReactNode; }; export declare const TreeSelect: { ({ name, validate, fast, onChange, onBlur, ...restProps }: TreeSelectProps): JSX.Element; TreeNode: React.FC; }; export default TreeSelect; //# sourceMappingURL=index.d.ts.map