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