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