/// <reference types="react" />
declare const AirplaneInFlight: (props: any, ref: any) => JSX.Element;
export default AirplaneInFlight;
