import { MonoTypeOperatorFunction } from 'rxjs'; /** * @deprecated doesn't work with Ivy, will be removed in v1.0 */ export declare function takeUntilDestroy(component: any): MonoTypeOperatorFunction;