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