interface Props { size?: number; [key: string]: any; } declare const IconFuelPumpDiesel: import("svelte").Component; type IconFuelPumpDiesel = ReturnType; export default IconFuelPumpDiesel;