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