import { BouncingBallsProps } from '../../types'; /** * BouncingBalls - 3D-style bouncing balls with physics * * Balls bouncing with squash, stretch, and shadow effects for a realistic feel. * * @example * ```tsx * * * * ``` */ export declare const BouncingBalls: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=BouncingBalls.d.ts.map