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