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