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