import type { MenuInitialState } from 'reakit/Menu';
import { MenuStateReturn } from 'reakit/Menu';
declare function useMenuState(initialState?: MenuInitialState | undefined): MenuStateReturn;
export { useMenuState, MenuStateReturn };
