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