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