import { IconProps } from '../lib';
declare function ArrowDownLeft({ weight, color, size, style }: IconProps): JSX.Element;
export default ArrowDownLeft;
