import { FormControlState } from "./FormControlContext.mjs";
export default function useFormControl(): FormControlState | undefined;