import React from "react"; export declare function Markdown({ markdown }: { markdown: string; }): React.JSX.Element;