import { TableCell } from '../../../../../../../../common/model/tables/main-structures/table-cell';
import { Data } from '../../../../data';
import { ElementDestination } from '../../../destination';
export declare abstract class TableCellPropertiesElementBaseDestination extends ElementDestination {
    cell: TableCell;
    constructor(data: Data, cell: TableCell);
}
