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