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