import { IconProps } from '../lib';
declare function Truck(props: IconProps): JSX.Element;
export default Truck;
