import { Base, Type } from "igniteui-react-core";
import { ISpreadsheetEditorValue } from "./ISpreadsheetEditorValue";
import { WorksheetCellFormatData } from "igniteui-react-excel";
import { IGFormattedTextDocument } from "./IGFormattedTextDocument";
/**
 * @hidden
 */
export declare class PlainTextWorkbookSerializationProvider_ParseEditValue extends Base implements ISpreadsheetEditorValue {
    static $t: Type;
    a: WorksheetCellFormatData;
    b: string;
    createDocument(): IGFormattedTextDocument;
    get unformattedText(): string;
    get editCellFormat(): WorksheetCellFormatData;
}
