export function useCardTabs(tabs: any): { currentTab: import("vue").ComputedRef; changeTab: (tab: any) => Promise; };