import * as React from "react"; import type { IconProps } from "../types"; declare const ChatBubble: React.ForwardRefExoticComponent>; export default ChatBubble; //# sourceMappingURL=chat-bubble.d.ts.map