/// <reference types="react" />
declare const PaperPlane: (props: any, ref: any) => JSX.Element;
export default PaperPlane;
