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