import { ComputedRef, InjectionKey } from 'vue'; export declare const TAB_STATUS_KEY: InjectionKey>; export declare const useTabStatus: () => ComputedRef | null;