import React from 'react'; import { FieldBySchemaProps } from '../../../@types'; export default function FloatFieldBySchema({ name, schema, control, errors, fieldKey, index, onValueChange, decimalScale, label, autoFocus, disabled, ...other }: Omit): React.JSX.Element | undefined; //# sourceMappingURL=FloatFieldBySchema.d.ts.map