import { QueryList } from '@angular/core'; import { GasStepsComponent } from '../steps/gas-steps.component'; export declare class GasHorizontalStepsComponent { /** Шаги */ steps: QueryList; getLineColor(status: string): string; setRightLine(index: number): boolean; }