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