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