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