export declare const Markdown: (props: {
    content: string;
    className?: string;
}) => import("react/jsx-runtime").JSX.Element;
