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