﻿/**
* DevExpress HTML/JS Reporting (viewer\widgets\_groupEditor.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 { IPropertyGridEditorViewModel, PropertyGridEditor } from '@devexpress/analytics-core/analytics-widgets-native';
export interface IParameterGroupEditorViewModel extends IPropertyGridEditorViewModel {
    isGroupLabel: boolean;
    hideEditorHeader: boolean;
    hideBorder: boolean;
    showHorizontally: boolean;
}
export declare class ParametersGroupEditor extends PropertyGridEditor {
    createViewModel(): IParameterGroupEditorViewModel;
    _setPadding(position: string, value: any): {};
    createObjectProperties(): import("@devexpress/analytics-core/analytics-widgets-native").ObjectProperties;
    protected _checkVisibility(): any;
    hideEditorHeader: boolean;
    hideBorder: boolean;
    showHorizontally: boolean;
    isGroupLabel: boolean;
}
