declare type ZIndex = 'Background' | 'Application' | 'Modal' | 'Popover' | 'Overlay'; export declare function getZIndex(level: ZIndex): number; export {}; //# sourceMappingURL=zIndex.d.ts.map