import { ModelRef } from 'vue'; export declare function provideTab(tab: ModelRef): void; export declare function useTab(): ModelRef | undefined;