import type { UseMenuEvents } from '../../../../types.js';
export declare const useMenu: (menuEvents: UseMenuEvents) => {
    ActiveComponent: ({ isLoading, stop }: {
        isLoading: any;
        stop: any;
    }) => import("react/jsx-runtime").JSX.Element;
    Menu: ({ isLoading, onClose }: {
        isLoading: any;
        onClose: any;
    }) => import("react/jsx-runtime").JSX.Element;
};
//# sourceMappingURL=useMenu.d.ts.map