export declare enum MenuDestinations {
    MENU_BAR = 1,
    CONTEXT_MENU = 2,
    HEADER = 3
}
//# sourceMappingURL=MenuDestinations.d.ts.map