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