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