import type { MenuProps } from './types'; export declare function Menu({ items, styles, renderStartContent, renderContent, renderDivider, renderEndContent, onPressItem, ...rest }: MenuProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Menu.d.ts.map