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