import { GradientDotsProps } from '../../types'; /** * GradientDots - Bouncing dots, each filled with a shared animated gradient * * @example * ```tsx * * * ``` */ export declare const GradientDots: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=GradientDots.d.ts.map