export declare type KeyboardModifiers = { ctrlKey: boolean; altKey: boolean; shiftKey: boolean; };