/**
 * 获取下一个 z-index
 */
export declare const getNextZIndex: () => number;
