import type { CellSubLocation } from '../../ts-types';
import type { Scenegraph } from '../scenegraph';
export declare function createCellSelectBorder(scene: Scenegraph, start_Col: number, start_Row: number, end_Col: number, end_Row: number, selectRangeType: CellSubLocation, selectId: string, strokes: boolean[]): void;
