interface Props { airlines: { iataCode: string; name: string; }[]; flightDuration: string; hasSelfTransfer?: boolean; hideAirlines?: boolean; labels?: { layover?: string; nonStop?: string; stopCount?: string; transfer?: string; }; stops?: { duration: string; iata: string; name: string; selfTransferLabel?: string; }[]; } declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpTripTimeline.vue.d.ts.map