import { OnInit } from '@angular/core';
export declare class ReportHeaderComponent implements OnInit {
    title: any;
    lastdate: any;
    constructor();
    ngOnInit(): void;
}
