import { ReactIconComponentType } from '../types';

declare const RotateRight: ReactIconComponentType;
export default RotateRight;
            