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