export declare const setHistoryCandidate: ({ element }: {
    element: Element;
}) => void;
export declare const pushCandidateIntoHistory: () => void;
export declare const focusPrevious: () => void;
export declare const startAutoDetectHistory: ({ active }: {
    active: boolean;
}) => {
    cleanup: () => void;
};
