import { UseMenuReturn } from './use-menu'; export type UseMenuMachineContext = UseMenuReturn['machine'] | undefined; export declare const MenuMachineProvider: (opts: UseMenuMachineContext) => void, useMenuMachineContext: (fallback?: UseMenuMachineContext) => UseMenuMachineContext;