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