import { ElementHandlerTable } from '../../../destination';
import { TableCellPropertiesDestinationCore } from './table-cell-properties-destination-core';
export declare class TableCellPropertiesDestination extends TableCellPropertiesDestinationCore {
    static handlerTable: ElementHandlerTable;
    protected get elementHandlerTable(): ElementHandlerTable;
}
