import type { DateTimeInputProps, DateTimeInputRef } from './types.js'; /** DateTimeRangePicker component * @internal */ export declare const DateTimeInput: (props: DateTimeInputProps & import("react").RefAttributes) => React.ReactElement | null;