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