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