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