import React from 'react'; import { useIntlFormattedAggregatedDateTime } from '@preply/ds-core'; declare function DateAndTime(...params: Parameters['formatDateAndTime']>): React.JSX.Element; declare function DateAndTimeRange(...params: Parameters['formatDateAndTimeRange']>): React.JSX.Element; declare function DateTimeAndDateTime(...params: Parameters['formatDateTimeAndDateTime']>): React.JSX.Element; export declare const IntlFormattedAggregatedDateTime: { /** * @returns combined date and time object. e.g. "Mon, Jan 1 • 18:00" */ DateAndTime: typeof DateAndTime; /** * @returns combined date and time range object. e.g. "Mon, Jan 1 • 18:00-18:50" */ DateAndTimeRange: typeof DateAndTimeRange; /** * @returns combined date time and date time object. e.g. "Jan 1 • 18:00 - Jan 6 • 20:00" */ DateTimeAndDateTime: typeof DateTimeAndDateTime; }; export {}; //# sourceMappingURL=IntlFormattedAggregatedDateTime.d.ts.map