import { NgBlockUI } from 'ng-block-ui'; export declare class UtilityService { static isCreatedBefor: boolean; static Translator: any; static CurrentLanguage: string; blockUI: NgBlockUI; static showGlobalError(): void; static RemoveGlobalError(): void; static showInputErro(errors: any): void; static getResourceValue(Key: string): string; static notifySuccessMassage(massage?: string, title?: string, time?: number): void; static notifyErrorMassage(massage?: string, title?: string, time?: number): void; static notifyWorningMassage(massage?: string, title?: string, time?: number): void; static blockUI(): void; static endBlockUI(): void; static removeElementsByClass(className: any): void; blockUi(): void; endBlockUi(): void; }