import { FieldValues } from "react-hook-form"; import { FieldConfig } from "./types"; export declare function useField(name: string, config?: FieldConfig): import("react-hook-form").UseControllerReturn; //# sourceMappingURL=useField.d.ts.map