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