import { FormControllerProps } from "./form-controller.types.js"; import { FormAdapter } from "../../utils/index.js"; import { UseField } from "../../hooks/index.js"; export declare const FormController: