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