import type { DateTimePickerProps } from './types.js'; import type { UseFormControlReturnType } from '../forms-core/hooks/useFormControl.js'; import type { FormControlWithOverlayRef } from '../shared-types.js'; /** * Component to comfortably enter a date time value. * The `DateTimePicker` component automatically uses the user's settings for the * locale and timezone and formats the date and time accordingly. * @internal */ export declare const DateTimePickerRoot: (props: Omit & { formControl: UseFormControlReturnType; } & import("react").RefAttributes>) => import("react").ReactElement | null; //# sourceMappingURL=DateTimePickerRoot.d.ts.map