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