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