import { ReactElement } from 'react'; declare const Markdown: ({ src, ...rest }: { [x: string]: any; src: any; }) => ReactElement; declare const HTML: ({ src, ...rest }: { [x: string]: any; src: any; }) => ReactElement; export { Markdown, HTML };