/// import type { ToolbarItem } from '@difizen/mana-core'; import type { Toolbar } from './toolbar'; import type { ToolbarItemData } from './toolbar-protocol'; interface ToolbarItemKeeperProps { data: ToolbarItemData; item: ToolbarItem; toolbar: Toolbar; } export declare const ToolbarItemKeeper: import("react").MemoExoticComponent<(props: ToolbarItemKeeperProps) => null>; export {}; //# sourceMappingURL=toolbar-item-keeper.d.ts.map