export interface TruckLocationTimeLineType { source: string destination: string created_at: string destination_in: string source_in: string eta: string trip_eta: string trip_delay: number correct_tracked_locations:TruckLocationType[] destination_location : string } export declare type IconProps = { className?: string }