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