import { TableCellProperties } from '../../tables/properties/table-cell-properties';
import { HashBasedCache } from '../hash-based-cache';
export declare class TableCellPropertiesCache extends HashBasedCache<TableCellProperties> {
    copyFrom(obj: TableCellPropertiesCache): void;
    clone(): TableCellPropertiesCache;
}
