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