import type { KeyboardState } from "../../types";
export declare const useKeyboardState: () => KeyboardState;
