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