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