import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function getProp(name: string, cellStyle: any, col: number, row: number, _table: BaseTableAPI): any; export declare function getRawProp(name: string, cellStyle: any, col: number, row: number, _table: BaseTableAPI): any; export declare function getFunctionalProp(name: string, cellStyle: any, col: number, row: number, _table: BaseTableAPI): any;