import { TreeSelectProps } from "src/components/TreeSelect"; export interface FormikTreeSelectProps extends TreeSelectProps { /** Formik field name. */ name: string; } declare const FormikTreeSelect: import("react").ForwardRefExoticComponent>; export { FormikTreeSelect };