import { ElementHandlerTable } from '../../../destination';
import { TableCellPropertiesElementBaseDestination } from './table-cell-properties-element-base-destination';
export declare abstract class TableCellPropertiesLeafElementDestination extends TableCellPropertiesElementBaseDestination {
    protected get elementHandlerTable(): ElementHandlerTable;
}
