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