import { SVGProps } from 'react';

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

export { Ruff as default };
