import { WorksheetShapeVisitor$2 } from "./WorksheetShapeVisitor$2";
import { LegacyShapeData } from "./LegacyShapeData";
import { WorksheetCellComment } from "./WorksheetCellComment";
import { Type } from "igniteui-react-core";
import { WorksheetShape } from "./WorksheetShape";
/**
 * @hidden
 */
export declare class ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData extends WorksheetShapeVisitor$2<LegacyShapeData, boolean> {
    static $t: Type;
    static readonly d: ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData;
    constructor();
    visitWorksheetCellComment(value: WorksheetCellComment, shapeData: LegacyShapeData): boolean;
    _visitWorksheetCellComment$i(a: WorksheetCellComment, b: LegacyShapeData): boolean;
    b(a: WorksheetShape, b: LegacyShapeData): boolean;
}
