import { InjectionToken } from '@angular/core'; import { type Observable } from 'rxjs'; /** * A stream of possible selection changes */ export declare const TUI_SELECTION_STREAM: InjectionToken>;