import { SVGProps } from 'react';

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

export { Bottos as default };
