import { TableCell } from '../../../../../model/tables/main-structures/table-cell';
import { BaseFormatter, Config } from '../../base-formatter';
import { BaseElement } from '../../elements';
export declare class CCF_TableCell extends BaseFormatter<TableCell> {
    protected isHandleObject(obj: any): boolean;
    protected getShortDescription(_config: Config): BaseElement;
    protected availableFullDescription(_config: Config): boolean;
    protected getFullDescription(_config: Config): BaseElement;
    private getIndex;
    private getSubDocument;
    static _foo: void;
}
