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