import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { MenuProps } from './Menu.types';
export declare const Menu: ForwardRefComponent<"nav", MenuProps>;
//# sourceMappingURL=Menu.d.ts.map