import React from 'react'; interface FlightPathProps { stops?: number; } declare const FlightPath: React.FC; export default FlightPath;