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