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