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