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