import React from 'react';
import { MenuItemProps } from './type';
declare const _default: React.NamedExoticComponent<Pick<import("./type").MenuProps, "activeOpacity" | "itemStyle"> & import("./type").StyleProps & {
    id: string;
    title: string;
    left?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
    customIcon?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
    disabled?: boolean | undefined;
    items?: MenuItemProps[] | undefined;
} & {
    level: number;
    currentKey?: string | undefined;
    onSelect: (key: string) => void;
}>;
export default _default;
//# sourceMappingURL=MenuItem.d.ts.map