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