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