declare function DefaultChatIcon({ color1, color2, color3, width }: { color1: string; color2: string; color3: string; width?: string; }): import("react/jsx-runtime").JSX.Element; export default DefaultChatIcon;