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