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