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