import * as React from 'react';
interface LoadingDotsProps {
    dotSize?: number;
    color?: string;
}
export declare const LoadingDots: ({ dotSize, color, }: LoadingDotsProps) => React.JSX.Element;
export {};
