﻿/**
* DevExpress HTML/JS Reporting (viewer\widgets\editorTemplates.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 { ParametersGroupEditor } from './_groupEditor';
import { MultiValueEditor } from './_multiValueEditor';
export declare const viewerEditorTemplates: {
    multiValue: {
        header: string;
        editorType: typeof MultiValueEditor;
    };
    groupEditor: {
        header: string;
        custom: string;
        content: string;
        editorType: typeof ParametersGroupEditor;
    };
    rangeEditor: {
        header: string;
    };
    multiValueEditable: {
        custom: string;
    };
    selectBox: {
        header: string;
    };
    separatorEditor: {
        header: string;
        custom: string;
    };
    signatures: {
        header: string;
    };
};
