import { SVGProps } from 'react';

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

export { Yoyow as default };
