import { InjectionToken } from '@angular/core'; export interface LoadingConfig { width?: number; container?: any; message?: string; position?: string; template?: string; type?: number; } export declare const loaddingDefaultConfig: LoadingConfig; export declare const LOADING_DEFAULT_CONFIG: InjectionToken;