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