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