import { type DestroyRef } from '@angular/core'; import { type MonoTypeOperatorFunction } from 'rxjs'; export declare function tuiTakeUntilDestroyed(destroyRef?: DestroyRef): MonoTypeOperatorFunction;