import { InjectionToken } from '@angular/core'; /** * 标识弹出层的 zIndex */ export declare const UI_OVERLAY_Z_INDEX: InjectionToken;