import { SVGProps } from 'react';

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

export { Banano as default };
