import { FC } from "react"; export declare type Props = { address: string; height?: string; paddingLeft?: string; }; declare const EthAddressAvatar: FC; export default EthAddressAvatar;