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