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