export declare const D = "d"; export declare const W = "w"; export declare const M = "m"; export declare const T = "t"; export declare const N = "n"; export declare const ARROWLEFT = "ArrowLeft"; export declare const ARROWRIGHT = "ArrowRight"; export declare type KeyboardShortcuts = typeof D | typeof W | typeof M | typeof T | typeof N | typeof ARROWLEFT | typeof ARROWRIGHT;