import type { TabVariants } from './_internal/components/Tabs/models'; export * from './_internal/components/Tabs/keys'; export * from './_internal/components/Tabs/models'; export interface TabsProps { /** * The currently active tab value */ activeTab: string; /** * Tabs variant */ variant?: TabVariants; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:activeTab"?: ((newTabValue: string) => any) | undefined; }>, { variant: TabVariants; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; } & { 'more-actions'?: (props: {}) => any; } & { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };