type Trip = { airlines: { iataCode: string; name: string; }[]; arrivalDate: { formatted: string; raw: string; }; arrivalTime: string; dayCountAfterDeparture?: number; departureDate: { formatted: string; raw: string; }; departureTime: string; destination: { iataCode: string; name: string; }; flightDuration: { formatted: string; raw: string; }; hasSelfTransfer?: boolean; labels?: { layover?: string; nonStop?: string; stopCount?: string; transfer?: string; }; origin: { iataCode: string; name: string; }; stops?: { duration: string; iata: string; name: string; }[]; }; interface Props { hideAirlines?: boolean; trip: Trip; } declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpTrip.vue.d.ts.map