import React from 'react';
declare const Markdown: React.FC<{
    children: string;
}>;
export default Markdown;
