import { SourceQuote as Component } from './SourceQuote'; export declare const SourceQuote: { readonly name: "SourceQuote"; readonly purpose: "Display a source quotation or excerpt as Markdown, with attribution supplied in the surrounding content."; readonly example: "\n“Artifacts should remain editable.”\n"; readonly body: "markdown"; readonly Component: typeof Component; };