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