import type { IThemeSpec } from './../../vrender'; import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function getCellBorderStrokeWidth(col: number, row: number, cellTheme: IThemeSpec, table: BaseTableAPI): any;