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