import { Base, Type } from "igniteui-react-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;
}
