import { JSX } from "react"; export default function Marked(props: { md: string }): JSX.Element;