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