import { Base, Type } from "igniteui-webcomponents-core"; import { WorksheetShape } from "./WorksheetShape"; /** * @hidden */ export declare class ObjectModelDrawingPartManager_ShapeIdentity extends Base { static $t: Type; readonly c: number; readonly a: string; constructor(a: WorksheetShape, b: number); private static b; }