import type { InjectionKey } from 'vue';
import type { TabsInject } from './interface';
export declare const COMPONENT_NAME = "FTabs";
export declare const ADD_EVENT = "add";
export declare const CLICK_TAB_EVENT = "clickTab";
export declare const TABS_INJECTION_KEY: InjectionKey<TabsInject>;