import { SVGProps } from 'react';

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

export { Coti as default };
