import { OnInit } from '@angular/core'; import { GeneralListDataEntryComponent } from '../../general-list-data-entry/general-list-data-entry.component'; import { Router } from '@angular/router'; import { GeneralListDepsService } from '../../general-simple-list/general-list-deps.service'; import * as i0 from "@angular/core"; export declare class NotesModalComponent extends GeneralListDataEntryComponent implements OnInit { private router; data: any; constructor(deps: GeneralListDepsService, router: Router); ngOnInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }