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