import * as t from './types'; export declare function toSelectionValues(args: { cells: t.IGridData['cells']; selection: t.IGridSelection; }): t.IGridData['cells'];