import Rating, { RatingProps } from './rating';
import './styles/index.scss';
export { RatingProps };
export default Rating;
