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