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