declare const zIndex: { SelectMenu: number; AppBar: number; Modal: number; NotificationStack: number; top: number; }; export type zIndexConfig = typeof zIndex; export default zIndex;