export function useResetSpreadsheetFocus({ blockClass, focusedElement, removeActiveCell, setContainerHasFocus, }: {
    blockClass?: string | undefined;
    focusedElement: any;
    removeActiveCell: any;
    setContainerHasFocus: any;
}): void;
