interface ZIndexer {
    value: number;
}
export declare function useZIndexer(open: boolean): ZIndexer;
export {};
