import { H as HistoryPlayback, T as TsqExpression, G as GraphicInfo } from './HistoryPlayback-5fcc8ff1'; declare class ProcessGraphic extends HistoryPlayback { private graphicSrc; constructor(renderTarget: Element); render(environmentFqdn: string, getToken: () => Promise, graphicSrc: string, data: Array, chartOptions: any): void; protected loadResources(): Promise; protected draw(): void; private getResizedImageDimensions; protected getDataPoints(results: Array): void; protected updateDataMarkers(graphicValues: Array): void; protected parseTsqResponse(response: any): any; protected sanitizeAttribute(str: any): string; } interface IProcessGraphicLabelInfo { value: number; alias: string; x: number; y: number; color: string; onClick: Function; } export { ProcessGraphic as P };