import { InjectionToken } from '@angular/core';
/**
 * Page title prefix
 */
export declare const TUI_DOC_TITLE: InjectionToken<string>;
