import { QueryList } from '@angular/core';
import { BarIndicatorComponent } from '../indicator/indicator.component';
export declare class BarIndicatorGroupComponent {
    readonly host = "jnt-bar-indicator-group-host";
    indicators: QueryList<BarIndicatorComponent>;
    index: number;
    groups: number;
}
