import { IContext } from "./context"; declare const useFormControl: () => IContext | undefined; export default useFormControl;