import React from 'react'; import { LoadingDotsProps } from '../types'; declare const LoadingDots: React.FC; export default LoadingDots;