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