import type { ComponentInternalInstance, Ref } from 'vue'; export default function useMenu(instance: ComponentInternalInstance, currentIndex: Ref): { parentMenu: any; paddingStyle: any; indexPath: any; };