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