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