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