import type { TextFieldProps } from '@mui/material'; export default function ConfigurationTextField(props: { helperText?: string; } & TextFieldProps): import("react/jsx-runtime").JSX.Element;