import 'highlight.js/styles/github.css'; import React from 'react'; declare type MarkdownPropType = { content: string; }; declare const Markdown: React.FC; export default Markdown;