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