export declare class KeyboardShortcut { id?: string; code: string; alt?: boolean; shift?: boolean; ctrl?: boolean; _callback?: Function; }