import { InjectionKey } from 'vue';
import { TabsState, AddTab, UpdateTab, DeleteTab } from './types';
export declare const AddTabKey: InjectionKey<AddTab>;
export declare const UpdateTabKey: InjectionKey<UpdateTab>;
export declare const DeleteTabKey: InjectionKey<DeleteTab>;
export declare const TabsProviderKey: InjectionKey<TabsState>;
