import React from 'react'; import { BlockieProps } from './types'; /** * Shows a blockie image for the provided wallet address * @param {*} props * @returns JSX Elemenet */ declare const Blockie: React.FC; export default Blockie;