/// <reference types="react" />
import { MenuItem } from '@difizen/mana-core';
import type { Menu } from './menu';
import type { MenuData } from './menu-protocol';
interface ToolbarItemKeeperProps {
    data: MenuData;
    item: MenuItem;
    menu: Menu;
}
export declare const MenuItemKeeper: import("react").MemoExoticComponent<(props: ToolbarItemKeeperProps) => import("react/jsx-runtime").JSX.Element | null>;
export {};
//# sourceMappingURL=menu-item-keeper.d.ts.map