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