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