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