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