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