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