import { NotificationComponent } from "../../notification.component"; import { CommonService } from '../../../../../services/common/common.service'; import * as i0 from "@angular/core"; export declare class WarningNotificationComponent extends NotificationComponent { private commonService; warningColor: string; constructor(commonService: CommonService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }