import React from "react";

/**
 * chat.svg
 */
declare const ChatIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ChatIcon;
