interface MarkdownProps { source: string; } /** * @category Preview components */ export declare function Markdown({ source }: MarkdownProps): import("@emotion/react/jsx-runtime").JSX.Element; export {};