import * as React from "react";
import type { IconProps } from "../types";
declare const PaperPlane: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default PaperPlane;
//# sourceMappingURL=paper-plane.d.ts.map