import { SVGProps } from 'react';

declare const Mithril: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Mithril as default };
