interface RatingProps {
    botInteractionId?: string;
    inferenceId?: string;
    messageId: string;
}
export declare const MessageFeedback: ({ botInteractionId, inferenceId, messageId, }: RatingProps) => import("react/jsx-runtime").JSX.Element;
export {};
