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