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