import { SVGProps } from 'react';

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

export { Mysterium as default };
