import { InjectionToken } from '@angular/core';
/**
 * Default key for search value in storage
 */
export declare const TUI_LANGUAGE_STORAGE_KEY: InjectionToken<string>;
