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