import { InjectionToken } from '@angular/core';
/**
 * Array of arrays of related pages
 */
export declare const TUI_DOC_SEE_ALSO: InjectionToken<readonly (readonly string[])[]>;
