import * as React from "react"; export interface TravelerListProps { bookingId: string; autoReveal?: boolean; } export declare function TravelerList({ bookingId, autoReveal }: TravelerListProps): React.JSX.Element;