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