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