import { FC, SVGProps } from 'react'; declare const IconChat: FC & { fill?: string }>; export default IconChat;