import { Ref } from 'vue'; export declare const TabsProvider: (opts: any) => void, useTabsContext: (fallback?: any) => any; export declare function useTabs(props: any, emit: any): { selectedTab: Ref; targetPosition: Ref; targetWidth: Ref; onChangeTab: (value: string, el: HTMLElement) => void; enableTransition: Ref; };