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