/// import { FormState } from "../model"; export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{ state: FormState; } & { dispatch: (params: { type: string; payload: any; }) => void; }>;