import { WorksheetShapeVisitor$2 } from "./WorksheetShapeVisitor$2"; import { LegacyShapeData } from "./LegacyShapeData"; import { WorksheetCellComment } from "./WorksheetCellComment"; import { Type } from "igniteui-webcomponents-core"; import { WorksheetShape } from "./WorksheetShape"; /** * @hidden */ export declare class ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData extends WorksheetShapeVisitor$2 { 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; }