import { InjectionKey } from 'vue'; export interface ZIndexContext { zIndex: number; } export declare const zIndexInjectionKey: InjectionKey;