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