import { Router } from '@angular/router'; import { DataStoreService } from '../../services/data-store.service'; import * as i0 from "@angular/core"; export declare class IncidentReportComponent { private readonly router; private readonly store; app: string; constructor(router: Router, store: DataStoreService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }