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