/// <reference types="react" />
export declare const useRovingTabIndexContext: () => {
    lastFocusedElement: HTMLElement | undefined;
    setLastFocusedElement: React.Dispatch<React.SetStateAction<HTMLElement | undefined>>;
} | undefined;
export declare const RovingTabIndexProvider: import("react").Provider<{
    lastFocusedElement: HTMLElement | undefined;
    setLastFocusedElement: React.Dispatch<React.SetStateAction<HTMLElement | undefined>>;
} | undefined>;
//# sourceMappingURL=roving-tab-index-context.d.ts.map