declare const taxi_front: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default taxi_front;