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