/// export declare function isKeyPrintable(keycode: number): boolean; export declare function isCtrlKeyHeldDown(e: React.KeyboardEvent): boolean;