import type { DataRect, Grid } from "../+types.js";
import type { InternalAtoms } from "../state/+types.js";
export declare function updateAdditiveCellSelection(grid: Grid<any> & {
    internal: InternalAtoms;
}, rect: DataRect): void;
