import React from 'react'; import { PublicKey } from '@solana/web3.js'; export declare const Identicon: (props: { address?: string | PublicKey; style?: React.CSSProperties; className?: string; alt?: string; }) => JSX.Element; //# sourceMappingURL=index.d.ts.map