import { InjectionToken } from '@angular/core';
export declare const TUI_PLATFORM: InjectionToken<"android" | "ios" | "web">;
