export function useSpreadsheetOutsideClick({ isBlurSpreadsheet, spreadsheetRef, blockClass, setActiveCellCoordinates, setSelectionAreas, removeActiveCell, setContainerHasFocus, removeCellEditor, }: {
    isBlurSpreadsheet: any;
    spreadsheetRef: any;
    blockClass?: string;
    setActiveCellCoordinates: any;
    setSelectionAreas: any;
    removeActiveCell: any;
    setContainerHasFocus: any;
    removeCellEditor: any;
}): void;
//# sourceMappingURL=useSpreadsheetOutsideClick.d.ts.map