import * as React from 'react';
import type { CnRatingProps } from './types';
/**
 * @category 组件
 *  评分
 */
export declare const CnRating: React.FC<CnRatingProps>;
