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