import React from "react"; /** * chat-problem.svg */ declare const ChatProblemIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default ChatProblemIcon;