import type { IntlShape } from 'react-intl'; import type { TimeframeSelectorProps } from '../../../filters/timeframe-selector/TimeframeSelector.js'; import type { DateTimeError } from '../../date-time-range-picker/types.js'; export declare const getDateTimePickerError: (intl: IntlShape, formatString: string, error: DateTimeError, min?: string, max?: string, precision?: TimeframeSelectorProps["precision"]) => string | import("react/jsx-runtime.js").JSX.Element | null | undefined;