export type MarkdownProps = {
    text: string;
    className?: string;
};
export declare function Markdown({ text, className }: MarkdownProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Markdown.d.ts.map