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