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