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