import { Base, Type } from "igniteui-react-core";
import { SpreadsheetDrawingOperationType } from "./SpreadsheetDrawingOperationType";
import { CellBorderPen } from "./CellBorderPen";
import { FormatConditionIcon } from "igniteui-react-excel";
/**
 * @hidden
 */
export declare class SpreadsheetDrawingOperation extends Base {
    static $t: Type;
    b: SpreadsheetDrawingOperationType;
    a: CellBorderPen;
    i: string;
    d: number;
    e: number;
    g: number;
    f: number;
    h: number;
    c: FormatConditionIcon;
}
