import React from 'react'; import type { MenuState } from './Menu.types'; import type { MenuContextValue } from '../context'; export declare const renderFinalMenu: (childrenArray: React.ReactElement[], contextValue: MenuContextValue, state: MenuState) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=renderMenu.android.d.ts.map