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