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