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