import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils'; export default function AltDateTimeWidget({ time, ...props }: WidgetProps): import("react/jsx-runtime").JSX.Element;