/** * 个人信息 */ import Rating from './rating'; export type { RatingProps } from './rating'; export { Rating };