import { OnInit } from '@angular/core'; import { UtilityService } from '@bnsights/bbsf-utilities'; import * as i0 from "@angular/core"; export declare class EmptyDataComponent implements OnInit { private utilityService; constructor(utilityService: UtilityService); Message: string; ShowImage: boolean; ImgURL: string; ngOnInit(): void; getResourceValue(Key: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }