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