import React from 'react'; import { type Options } from 'react-markdown'; export declare function Markdown({ children, ...options }: Options): React.JSX.Element; export declare namespace Markdown { var displayName: string; }