import type { Components, JSX } from "../types/components"; interface RuxIconChatBubble extends Components.RuxIconChatBubble, HTMLElement {} export const RuxIconChatBubble: { prototype: RuxIconChatBubble; new (): RuxIconChatBubble; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;