// Types
import type { InjectionKey } from 'vue';
import type { GroupProvide } from '../../composables/group.js';
export declare const VTabsSymbol: InjectionKey<GroupProvide>;
