import { Line, LinesService } from '@metromobilite/m-features/core'; import { Leg } from '../../route-search.model'; import * as i0 from "@angular/core"; export declare class MfItineraryContentLegComponent { private linesService; label: string; hasWheelChair: boolean; line: Line; isSmaller: boolean; stopsCounter: string; constructor(linesService: LinesService); private _leg; get leg(): Leg; set leg(leg: Leg); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }