import { SVGProps } from "react"; declare const SvgMd: (props: SVGProps) => JSX.Element; export default SvgMd;