import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils';
declare function AltDateTimeWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: WidgetProps<T, S, F>): import("react/jsx-runtime").JSX.Element;
declare namespace AltDateTimeWidget {
    var defaultProps: {
        showTime: boolean;
        autofocus: boolean;
        disabled: boolean;
        options: {
            yearsRange: number[];
        };
        readonly: boolean;
    };
}
export default AltDateTimeWidget;
