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