/// export declare const tripCardConfig: { href: string; itinerary: JSX.Element; price: string; flags: { ladiesOnly: boolean; maxTwo: boolean; autoApproval: boolean; }; title: string; };