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