import { FieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `StringField` component is used to render a schema field that represents a string type * * @param props - The `FieldProps` for this template */ declare function StringField(props: FieldProps): import("react/jsx-runtime").JSX.Element; export default StringField;