import './index.scss';
import type { CnRatingProps } from './types';
export { CnRating } from './cn-rating';
export type { CnRatingProps };
