import type { IdentityProps as Props } from './types.js'; import React from 'react'; declare function Icon(props: Props): React.ReactElement; export declare const Identicon: React.MemoExoticComponent; export {};