import { FC } from 'react';
interface LoadingIconProps {
}
declare const LoadingIcon: FC<LoadingIconProps>;
export default LoadingIcon;
