import { InjectionToken } from '@angular/core';
export declare const TUI_DOC_SUPPORT_LANGUAGE: InjectionToken<Set<string>>;
