import { EventEmitter } from '@angular/core'; export declare class LoadingService { change: EventEmitter; show(show: boolean): void; }