import { FormikFieldProps } from '../FieldProps'; import { RateProps as $RateProps } from 'antd/lib/rate'; export declare type RateProps = FormikFieldProps & $RateProps; export declare const Rate: ({ name, validate, fast, onChange, ...restProps }: RateProps) => JSX.Element; export default Rate; //# sourceMappingURL=index.d.ts.map