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