declare const useReviewRating: () => {
    isVisible: boolean;
    setIntersectionObserver: (targetId: string) => void;
};
export { useReviewRating };
