import type { FormStoreStore } from './types.js';
export declare const FormStoreContext: import("react").Context<FormStoreStore | null>;
