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