import { SVGProps } from "react"; declare const TruckIcon: (props: SVGProps) => JSX.Element; export default TruckIcon;