import { Callout as Component } from './Callout'; export declare const Callout: { readonly name: "Callout"; readonly purpose: "Emphasize an important note, warning, or takeaway using a Markdown body."; readonly example: "\n**Important:** Validate the artifact before publishing.\n"; readonly body: "markdown"; readonly Component: typeof Component; };