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