/// export declare type TripCardSampleProps = Readonly<{ departure: string; arrival: string; price?: string; priceLabel?: string; }>; export declare const TripCardSample: (props: TripCardSampleProps) => JSX.Element;