/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { QueryList } from '@angular/core';
import { CollectionComponent } from '../common/collection.component';
import { CollectionService, Item } from '../common/collection.service';
import { ConfigurationService } from '../common/configuration.service';
import * as i0 from "@angular/core";
/**
* Represents a collection of one or more value axis configuration components.
*
* @example
* ```html
*
*
*
*
* ```
*
* @remarks
* Supported children components are: {@link ValueAxisItemComponent}.
*/
export declare class ValueAxisComponent extends CollectionComponent {
protected configurationService: ConfigurationService;
protected collectionService: CollectionService;
children: QueryList- ;
constructor(configurationService: ConfigurationService, collectionService: CollectionService);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}