import { Observable } from 'rxjs'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class AsyncLinkRenderer { label: any; params: any; router: Router; optionsHook?: (value: any) => Observable; agInit(params: any): void; triggerOptionsHook(value: any): void; onLink(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }