import { VariableNameMappingListDto } from '../../../shared/service-proxies/service-proxies'; export declare class DiagramConsts { static compilerUsedVariables: Array; static readonly elements: { imageKey: string; numericalDisplayKey: string; textKey: string; hyperlinkKey: string; meterKey: string; pipeKey: string; switchIndicatorLightKey: string; barGraphKey: string; toggleViewKey: string; characterKey: string; straightLineKey: string; polyLineKey: string; rectangleKey: string; ellipseKey: string; sectorKey: string; dateTimeKey: string; historyCurveKey: string; ringGraphKey: string; polygonKey: string; tableKey: string; videoKey: string; weatherKey: string; }; }