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