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