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