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