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