import { PipeTransform, QueryList } from '@angular/core';
import { ProgressLineComponent } from './line/progress-line.component';
export declare class GetColorPipe implements PipeTransform {
    transform(value: number, lines: QueryList<ProgressLineComponent>, color: string): string;
}
