import type { Components, JSX } from "../types/components"; interface RuxIconGpsOff extends Components.RuxIconGpsOff, HTMLElement {} export const RuxIconGpsOff: { prototype: RuxIconGpsOff; new (): RuxIconGpsOff; };