export declare const TOOLBAR_KEY_EVENT_MAP: {
    readonly Escape: "close";
    readonly Enter: "confirm";
    readonly UndoShortcut: "undo";
};
