import * as React from 'react'; export type CourseSlatLoRatingProps = { rating: number; total: number; }; export declare const CourseSlatLoRating: React.FC;