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