import type { DateTimeRangePickerProps, DateTimeRangePickerRef } from './types.js'; /** * Component to comfortably enter a timeframe in localized format for expressions. * @internal */ export declare const DateTimeRangePicker: (props: DateTimeRangePickerProps & import("react").RefAttributes) => import("react").ReactElement | null;