import { IconProps } from '../lib';
declare function AirplaneInFlight(props: IconProps): JSX.Element;
export default AirplaneInFlight;
