export declare function getHighlightedWalletItemBackgroundUri({ mode, hover }: {
    mode: 'light' | 'dark';
    hover: boolean;
}): string;
