import type { BaseTableAPI } from '../ts-types/base-table';
import type { FullExtendStyle } from '../ts-types';
export declare function getCellStyle(col: number, row: number, table: BaseTableAPI): FullExtendStyle;
