import { InjectionKey } from 'vue'; import { RValueOrKey } from '../common/key'; import { ComponentSlots } from '../common/renderable'; import { default as RTabItem } from './tab-item'; interface TabItemData { value: RValueOrKey; slots: ComponentSlots; } export declare const itemsInjection: InjectionKey; export {};