import type { MutableRefObject } from 'react';
type RovingTabIndexContextType = {
    itemEffector: <T extends HTMLElement>(ref: MutableRefObject<T>, index: number) => () => void;
};
declare const RovingTabIndexContext: import("react").Context<RovingTabIndexContextType>;
export default RovingTabIndexContext;
export type { RovingTabIndexContextType };
//# sourceMappingURL=Context.d.ts.map