﻿/**
* DevExpress HTML/JS Reporting (designer\services\_reportRenderingService.d.ts)
* Version:  26.1.3
* Build date: Jun 16, 2026
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import { XRChartSurface } from '../controls/xrChart';
import { XRPdfContentViewModel } from '../controls/xrPdfContent';
import { XRRichSurface } from '../controls/xrRichTextSurface';
import { XRShapeControlSurface } from '../controls/xrShape';
export declare class ReportRenderingService {
    static getChartImage(surface: XRChartSurface): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>;
    static getUnknownControlImage(model: any, scale: number): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>;
    static getShapeImage(surface: XRShapeControlSurface): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>;
    static getRichImage(surface: XRRichSurface, propertyName: any): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>;
    static getPdfContentData(control: XRPdfContentViewModel): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>;
}
