import { TabsProps, Tabs, BadgeInfo, Tab } from './types'; import { WithInstall } from '../utils'; import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; export * from './types'; export declare const HlxbTabs: WithInstall<{ new (...args: any[]): CreateComponentPublicInstanceWithMixins; tabs: { type: PropType; required: true; }; tabHeight: { type: PropType; default: number; }; tabWidth: { type: PropType; }; barWidth: { type: PropType; default: number; }; gap: { type: PropType; default: number; }; badgeInfo: { type: PropType; }; }>> & Readonly<{ onClickTab?: ((...args: any[]) => any) | undefined; onTabChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { clickTab: (...args: any[]) => void; tabChange: (...args: any[]) => void; }, PublicProps, { tabHeight: number; barWidth: number; gap: number; }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ExtractPropTypes<{ activeKey: PropType; tabs: { type: PropType; required: true; }; tabHeight: { type: PropType; default: number; }; tabWidth: { type: PropType; }; barWidth: { type: PropType; default: number; }; gap: { type: PropType; default: number; }; badgeInfo: { type: PropType; }; }>> & Readonly<{ onClickTab?: ((...args: any[]) => any) | undefined; onTabChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, { tabHeight: number; barWidth: number; gap: number; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & ComponentOptionsBase; tabs: { type: PropType; required: true; }; tabHeight: { type: PropType; default: number; }; tabWidth: { type: PropType; }; barWidth: { type: PropType; default: number; }; gap: { type: PropType; default: number; }; badgeInfo: { type: PropType; }; }>> & Readonly<{ onClickTab?: ((...args: any[]) => any) | undefined; onTabChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { clickTab: (...args: any[]) => void; tabChange: (...args: any[]) => void; }, string, { tabHeight: number; barWidth: number; gap: number; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: Readonly<{ tab?: ((scope: { item: Tab; index: number; }) => any) | undefined; }> & { tab?: ((scope: { item: Tab; index: number; }) => any) | undefined; }; }), TabsProps>;