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