import type { MenuPath, MenuItem } from '@difizen/mana-core';
export declare const MAIN_MENU_BAR: MenuPath;
export declare const SETTINGS_MENU: MenuPath;
export declare const ACCOUNTS_MENU: MenuPath;
export declare const ACCOUNTS_SUBMENU: string[];
export declare const MenuInstance: unique symbol;
export interface MenuItemRenderProps {
    item: MenuItem;
    root: boolean;
}
export type MenuData = any | any[];
export interface MenuItemState {
    id: string;
    enable: boolean;
    visible: boolean;
    active: boolean;
}
//# sourceMappingURL=menu-protocol.d.ts.map