export declare function AddressItem(props: { address: string; isCurrent?: boolean; className?: string; onClick?: () => void; }): import("react/jsx-runtime").JSX.Element;