export function selectAllCells({ activeCellCoordinates, columns, setCurrentMatcher, setSelectionAreas, ref, rows, updateActiveCellCoordinates, }: {
    activeCellCoordinates: any;
    columns: any;
    setCurrentMatcher: any;
    setSelectionAreas: any;
    ref: any;
    rows: any;
    updateActiveCellCoordinates: any;
}): any;
