import { MessageTypes } from '../CustomHelpHub.type'; declare const FeedbackRating: ({ handleRating, chatData, currentConversationId, }: { handleRating: (rating: number) => void; chatData: MessageTypes[] | undefined; currentConversationId: string; }) => import("react/jsx-runtime").JSX.Element; export default FeedbackRating;