import Component from '../../components/relative-time/relative-time.js'; /** * @summary Relative times display a date as a localized phrase relative to now, such as "3 hours ago" or "in 2 days". * The phrase updates automatically as time passes and respects the user's locale. * @documentation https://webawesome.com/docs/components/relative-time * @status stable * @since 2.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;