import { Rectangle, TransferColumnConfig } from '../types'; import { ObjectForExtending } from '../../types'; export declare function snapDestToRowBlocks(dest: Rectangle, columns: readonly TransferColumnConfig[], rows: readonly R[]): Rectangle;