import { NonGraphicalObject } from './NonGraphicalObject.js'; import { ObjectType } from '../Types/ObjectType.js'; export declare class DictionaryVariable extends NonGraphicalObject { static readonly currentAnnotationScale = "CANNOSCALE"; static readonly currentMultiLeaderStyle = "CMLEADERSTYLE"; static readonly currentTableStyle = "CTABLESTYLE"; static readonly wipeoutFrame = "WIPEOUTFRAME"; get objectName(): string; objectSchemaNumber: number; get objectType(): ObjectType; get subclassMarker(): string; value: string; constructor(name?: string, value?: string); } //# sourceMappingURL=DictionaryVariable.d.ts.map