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