import { OnInit } from '@angular/core'; import { DateFormatService } from 'dmmp-services'; export declare class NewViewComponent implements OnInit { private dateFormatService; newInfo: any; module: any; constructor(dateFormatService: DateFormatService); ngOnInit(): void; }