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