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