import { BulletList as Component } from './BulletList'; export declare const BulletList: { readonly name: "BulletList"; readonly purpose: "Present items as a bulleted list inside a card. Write one or more `- link - text` rows; the part before the first \" - \" renders as a primary-colored link, the rest as plain text."; readonly example: "\n- Catalog V3 Modifiers - support only FREE_TEXT and choice types today\n- Media Manager - already exposes upload URLs the runtime can reuse\n- Storefront FileUploader - exists but is not wired into product options\n"; readonly body: "markdown"; readonly Component: typeof Component; };