import { ComputedRef } from 'vue';
export default function useMenu(): {
    key: ComputedRef<string>;
};
