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