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; export default OrderReview;