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