import { IRateProps } from '../../Rate/props'; import { FormItemProps } from '../FormItem/props'; export interface FormRateProps extends Omit, Omit { rateClassName?: string; rateStyle?: string; } export declare const FormRateDefaultProps: Partial;