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