/** * A small hook for checking if the app is currently being interacted with by a * keyboard. * * @return true if the app is in keyboard mode * @private */ export default function useKeyboardDetection(): boolean;