export interface SeatAncillary { amount: number; color: string; data_id: number; eligible_traveler_ids: number[]; formatted_amount: string; label: string; } //# sourceMappingURL=SeatAncillary.d.ts.map