import { ComputedRef, InjectionKey } from 'vue';
export declare const NC_ACTIONS_IS_SEMANTIC_MENU: InjectionKey<ComputedRef<boolean>>;
export declare const NC_ACTIONS_CLOSE_MENU: InjectionKey<(returnFocus: boolean) => void>;
