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, onChange, onBlur, ...restProps }: TreeSelectProps): JSX.Element; TreeNode: any; }; export default TreeSelect; //# sourceMappingURL=index.d.ts.map