import React from 'react'; import { useIntlFormattedTime } from '@preply/ds-core'; declare function Time(...params: Parameters['formatTime']>): React.JSX.Element; declare function TimeRange(...params: Parameters['formatTimeRange']>): React.JSX.Element; export declare const IntlFormattedTime: { /** * @returns e.g. "18:00" or "6:00 PM" based on country code and locale */ Time: typeof Time; /** * @returns e.g. "18:00 - 18:50" or "6:00 PM - 6:50 PM" based on country code and locale */ TimeRange: typeof TimeRange; }; export {}; //# sourceMappingURL=IntlFormattedTime.d.ts.map