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