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