import React from 'react';
import { FeaturedTripsProps } from './types';
declare const FeaturedTrips: React.FC<FeaturedTripsProps>;
export default FeaturedTrips;
