export declare const enableHotKeysOnElement: (el: HTMLElement) => void;
export declare const handleStopPropagation: (e: Event) => void;
