import { tabProps } from './tabs';
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<tabProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    tabsChange: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<tabProps> & Readonly<{
    onTabsChange?: ((...args: any[]) => any) | undefined;
}>, {
    tabs: import('./tabs').itemProps[];
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<string, (_: {}) => any>>>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
