import { Tab } from '../../models/tab.model'; import { RouteLocation } from 'vue-router'; type __VLS_Props = { currentRoute: RouteLocation; tab: Tab; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };