export function handleHeaderCellSelection({ type, activeCellCoordinates, rows, columns, currentMatcher, setActiveCellCoordinates, setCurrentMatcher, setSelectionAreas, spreadsheetRef, index, isKeyboard, setSelectionAreaData, isHoldingCommandKey, isHoldingShiftKey, }: {
    type: any;
    activeCellCoordinates: any;
    rows: any;
    columns: any;
    currentMatcher: any;
    setActiveCellCoordinates: any;
    setCurrentMatcher: any;
    setSelectionAreas: any;
    spreadsheetRef: any;
    index: any;
    isKeyboard: any;
    setSelectionAreaData: any;
    isHoldingCommandKey: any;
    isHoldingShiftKey: any;
}): void;
