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