import { BouncingDotsProps } from '../../types'; /** * BouncingDots - Dots bouncing with physics-based easing * * Multiple dots bouncing up and down with a natural elastic feel. * * @example * ```tsx * * * * ``` */ export declare const BouncingDots: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=BouncingDots.d.ts.map