import type { Scenegraph } from '../scenegraph';
import type { CellRange } from '../../ts-types';
import type { CustomSelectionStyle } from '../../ts-types';
export declare function updateCustomSelectBorder(scene: Scenegraph, selectRange: CellRange & {
    skipBodyMerge?: boolean;
}, style: CustomSelectionStyle): void;
