import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils'; /** The `TextWidget` component uses the `BaseInputTemplate`. * * @param props - The `WidgetProps` for this component */ export default function TextWidget(props: WidgetProps): import("react/jsx-runtime").JSX.Element;