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