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