/** * Catalog Resources backed by the versioned Storybook manifests * (cdn.dynamicframework.dev/assets/{WIDGETS_COMPAT.dynamicUi}/ui-react/manifests/). * * - modyo://widgets/catalog/components — lightweight list * - modyo://widgets/catalog/components/{componentId} — full detail * - modyo://widgets/catalog/patterns — unified list (MDX patterns under the * `Design System/Patterns/` prefix + `patterns-` components/stories) * - modyo://widgets/catalog/patterns/{patternId} — full MDX content */ export declare const registerCatalogResources: Resource[]; //# sourceMappingURL=registerCatalogResources.d.ts.map