import { FC, SVGProps } from 'react'; declare const IconTruck: FC & { fill?: string }>; export default IconTruck;