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