import { TableCellBorders } from '../../../borders/table-cell-borders';
import { ColorModelInfoCache } from '../../../caches/hashed-caches/color-model-info-cache';
export declare class JSONTableCellBordersConverter {
    static convertFromJSON(obj: any, colorModelInfoCache: ColorModelInfoCache): TableCellBorders;
    static convertToJSON(source: TableCellBorders): any;
}
