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