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