import { SVGProps } from "react";
declare const GIAirplane: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GIAirplane };
