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