import React from 'react'; interface MarkdownProps { children: string; } export declare const Markdown: React.FC; export {};