/// <reference types="react" />
import { MenuProps } from './menu.type';
import type { KeygenResult } from '@sheinx/hooks';
declare const _default: <DataItem, Key extends KeygenResult = KeygenResult>(props: MenuProps<DataItem, Key>) => JSX.Element;
export default _default;
