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