import * as React from 'react'; import { IMarkdownProps } from './Markdown.types'; export declare const Markdown: React.FunctionComponent;