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