/// <reference types="react" />
import type { IAddress } from "@cross-nft-marketplace/auction-house-nft-hooks";
import type { StyleProps } from "../utils/StyleTypes";
declare type AddressViewProps = {
    address?: IAddress;
    showChars?: number;
} & StyleProps;
export declare const AddressView: ({ address, showChars, className, }: AddressViewProps) => JSX.Element;
export {};
