import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const RotateRight: React.MemoExoticComponent>; declare type RotateRightRef = PathIconRef; declare type RotateRightProps = PathIconProps; export { RotateRight }; export type { RotateRightRef, RotateRightProps }; export default RotateRight;