export declare const ratingCountAnimation: (index: number) => { start: { x: number; transition: { duration: number; type: string; ease: string; }; }; animate: { x: number; transition: { duration: number; type: string; ease: string; }; }; };