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