import type { DateTimeRangePickerProps, DateTimeRangePickerRef } from './types.js'; import type { UseFormControlReturnType } from '../forms-core/hooks/useFormControl.js'; /**@internal */ export declare const DateTimeRangePickerRoot: (props: Omit & { formControl: UseFormControlReturnType; shouldSuppressBlur?: (relatedTarget: Element | null) => boolean; } & import("react").RefAttributes) => import("react").ReactElement | null; //# sourceMappingURL=DateTimeRangePickerRoot.d.ts.map