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