export declare const LAYERS_DEFAULT_ZINDEX = 9999; export declare const Z_INDEX: { readonly OVERLAY: 9999; readonly POPOVER: 10010; readonly SNACKBAR: 10020; };