export class TableCell extends EditorComponent<import("../../../EditorComponent").EditorComponentProps, import("../../../EditorComponent").EditorComponentState> {
    static defaultProps: {
        rowSpan: undefined;
        colSpan: undefined;
        tag: string;
        errorDelay: number;
        SaveIcon: React.ComponentType<{}>;
        ResetIcon: React.ComponentType<import("material-ui/SvgIcon").SvgIconProps>;
        EditIcon: React.ComponentType<import("material-ui/SvgIcon").SvgIconProps>;
        cacheKeyPrefix: string;
        contentEditable: boolean | undefined;
    };
    static propTypes: any;
    constructor(props: import("../../../EditorComponent").EditorComponentProps);
}
export default TableCell;
import EditorComponent from "../../../EditorComponent";
import React from "react";
