import { z } from "zod"; //#region src/vocabulary/form.d.ts export declare const formVocabulary: { Form: { description: string; properties: z.ZodObject<{ gap: z.ZodOptional; }, z.core.$strip>; render: ({ gap, $action, $dispatch, children }: any) => import("react").JSX.Element; }; }; //#endregion //# sourceMappingURL=form.d.ts.map