import { SaveContextValue } from "./SaveContext.cjs";
/**
 * Get the save() function and its status
 *
 * Used in forms.
 *
 * @example
 *
 * const {
 *     save,
 *     saving
 * } = useSaveContext();
 */
export declare const useSaveContext: <PropsType extends SaveContextValue = SaveContextValue>(_props?: PropsType) => SaveContextValue;
//# sourceMappingURL=useSaveContext.d.ts.map