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