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