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