import { default as React } from 'react';
export interface LoadingDotsProps {
/** Size variant */
size?: 'sm' | 'md' | 'lg';
/** Color variant */
variant?: 'primary' | 'secondary' | 'white';
/** Custom color */
color?: string;
/** Additional className */
className?: string;
}
/**
* LoadingDots Component
*
* Animated loading indicator with bouncing dots.
* Simple and lightweight alternative to spinners.
*
* @example
* ```tsx
*
* ```
*
* @example
* ```tsx
*
* ```
*/
export declare const LoadingDots: React.FC;
//# sourceMappingURL=loading-dots.d.ts.map