import { FormContextValue } from "./type.mjs";
//#region src/base-ui/Form/context.d.ts
declare const useFormContext: () => FormContextValue;
//#endregion
export { useFormContext };
//# sourceMappingURL=context.d.mts.map