export declare const useZIndex: () => { initialZIndex: import("vue").Ref; currentZIndex: import("vue").ComputedRef; nextZIndex: () => number; };