import React from 'react';
import { ExtendedFlightSearchResponseItem } from '../../../types';
interface IndependentFlightSelectionProps {
  searchResults: ExtendedFlightSearchResponseItem[];
}
declare const IndependentFlightSelection: React.FC<IndependentFlightSelectionProps>;
export default IndependentFlightSelection;
