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