import { SVGProps } from 'react';

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

export { Myriad as default };
