import { SVGProps } from 'react';

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

export { Suterusu as default };
