import { Ref } from 'vue'; export declare function useTabTransition(tablist: Ref, activeItemIndex: Ref): { xPosition: Ref; width: Ref; };