import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class IntentComponent implements OnInit { private router; actionId: string; constructor(router: Router); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }