import { SVGProps } from 'react';

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

export { Cobinhood as default };
