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