import type { Components, JSX } from "../types/components"; interface RuxIconChatBubble extends Components.RuxIconChatBubble, HTMLElement {} export const RuxIconChatBubble: { prototype: RuxIconChatBubble; new (): RuxIconChatBubble; };