/** * Pre-built json-render registry mapping all curated Volver catalog types * to their Vue component implementations. * * Use with the `` component from `@json-render/vue` to render * AI-generated specs using Volver UI components. * * @example * ```vue * * * * ``` */ export declare const registry: import("@json-render/vue").ComponentRegistry;