import { OnInit } from '@angular/core';
export declare class E5coreUiMonitorSlaCompletionComponent implements OnInit {
    slaRangeInDays: number;
    startDate: Date;
    constructor();
    ngOnInit(): void;
}
