import { MarkdownUIProps } from './types'; /** * Stateful markdown widget component that reads content from the widget store and renders it as formatted rich text. */ export declare function Markdown({ id }: MarkdownUIProps): import("react/jsx-runtime").JSX.Element | null;