import type { KeyboardControllerModule } from "./types"; /** * KeyboardController module. Helps to perform imperative actions/checks with keyboard. */ export declare const KeyboardController: KeyboardControllerModule;