import { Context } from 'ripple'; import type * as menu from '@zag-js/menu'; export type UseMenuMachineContext = menu.Service | undefined; export declare const MenuMachineContext: Context; export declare const useMenuMachineContext: () => UseMenuMachineContext;