export declare const getHighlightedWalletItemBackgroundUri: ({ mode, hover }: {
    mode: "light" | "dark";
    hover: boolean;
}) => string;
