import { InjectionKey, ModelRef } from 'vue'; export declare const tabbarContext: InjectionKey<{ active: ModelRef; change: (name: string | number) => void; }>;