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