import type { Props } from '../types.js'; import React from 'react'; declare function Identicon({ address, className, size, style }: Props): React.ReactElement; export declare const Ethereum: React.MemoExoticComponent; export {};