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