export interface RovingFocusOptions { orientation?: 'horizontal' | 'vertical' | 'both'; loop?: boolean; } export declare function moveRovingFocus(currentIndex: number, key: string, itemCount: number, options?: RovingFocusOptions): number; //# sourceMappingURL=roving-focus.d.ts.map