export function createCellSelectionArea({ ref, area, blockClass, defaultColumn, selectionAreas, setSelectionAreas, setActiveCellInsideSelectionArea, visibleColumns, }: {
    ref: any;
    area: any;
    blockClass: any;
    defaultColumn: any;
    selectionAreas: any;
    setSelectionAreas: any;
    setActiveCellInsideSelectionArea: any;
    visibleColumns: any;
}): void;
//# sourceMappingURL=createCellSelectionArea.d.ts.map