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