import { t as IDirection } from "./direction.types-Cxja_joX.js"; import { t as IRovingFocus } from "./roving-focus.types-B1eKNDjk.js"; import * as React$1 from "react"; //#region src/roving-focus/roving-focus.libs.d.ts /** Determines the focus intent from a keyboard event based on orientation and direction. */ declare function getFocusIntent(event: React$1.KeyboardEvent, orientation?: IRovingFocus.Orientation, dir?: IDirection.Kind): IRovingFocus.FocusIntent | undefined; //#endregion export { getFocusIntent as t };