import { InjectionToken } from '@angular/core'; import * as i0 from "@angular/core"; export interface DeprecatedSelectorConfig { oldSelector: string; newSelector: string; removalVersion: string; } export declare const DEPRECATED_CONFIG: InjectionToken; export declare class DeprecatedSelectorDirective { private el; private config; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }