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