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