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