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