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