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