import { IdentityProps } from '../types'; export declare function Identity({ address: addressProp, chain, children, className, hasCopyAddressOnClick, schemaId, }: IdentityProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=Identity.d.ts.map