import React from 'react'; import { IconProps } from '../../types/truckLocationTimeLine'; export declare const TrackingTruckIconSvg: (props: IconProps) => React.JSX.Element;