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