export declare const KEYBOARD_HEIGHT_CSS_VAR = "--keyboard-height"; export declare const KEYBOARD_OPEN_CLASS = "keyboard-open"; /** Handlers are exported for unit tests; the installer wires them to the plugin. */ export declare const keyboardHandlers: { willShow(keyboardHeight: number): void; didShow(keyboardHeight: number): void; willHide(): void; didHide(): void; }; /** * Body resize mode, accessory bar off, `--keyboard-height` + `body.keyboard-open`, * and `burdenoff:keyboardWillShow/DidShow/WillHide/DidHide` window events. */ export declare function configureKeyboard(): Promise; //# sourceMappingURL=keyboard.d.ts.map