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