import React from 'react'; import { StrictRJSFSchema, RJSFSchema, FormContextType, WidgetProps } from '@rjsf/utils'; export default function TextareaWidget(props: WidgetProps): React.ReactElement;