import { GenerativeUILibrary } from "../types.js"; //#region src/vocabulary/index.d.ts /** * The closed generative-ui vocabulary the factory ships: a fixed set of * intrinsic components the model may render, each a zod `properties` schema * plus an unstyled structural `render` (semantic HTML with a `data-aui` * attribute naming the component, plus `data-aui-` hooks, for the host * to style). Users opt in by passing it to * `new JSONGenerativeUI({ library: defaultGenerativeUILibrary })`, and override * or extend entries with their own `defineGenerativeComponents`. */ export declare const defaultGenerativeUILibrary: GenerativeUILibrary; //#endregion //# sourceMappingURL=index.d.ts.map