import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Truck: React.MemoExoticComponent>; declare type TruckRef = PathIconRef; declare type TruckProps = PathIconProps; export { Truck }; export type { TruckRef, TruckProps }; export default Truck;