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