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