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