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