import { OrderReviewProps } from './types'; declare const OrderReview: { ({ classes, orderID: slugID, starColor, filledRatingIcon, unfilledRatingIcon, loadingComponent, customEmptyComponent, errorComponent, thumborSetting, arrowIconUp, arrowIconDown, itemPerPageOptions, reviewsNextLabel, reviewsPrevLabel, showImage, showVideo, onSuccessMsg, onErrorMsg, }: OrderReviewProps): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { showImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; filledRatingIcon: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; unfilledRatingIcon: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; showVideo: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; customEmptyComponent: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; arrowIconUp: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; arrowIconDown: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; orderID: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; starColor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; reviewsNextLabel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; reviewsPrevLabel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; itemPerPageOptions: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; loadingComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; errorComponent: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; thumborSetting: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; onSuccessMsg: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; onErrorMsg: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default OrderReview;