import type { Group } from './../../vrender'; import type { MarkedPropertyDefine } from '../../ts-types'; import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function createMark(marked: MarkedPropertyDefine, cellGroup: Group, table: BaseTableAPI): void;