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