import Component from '../../components/relative-time/relative-time.component.js'; /** * @summary Outputs a localized time phrase relative to the current date and time. * @documentation https://cw-elements-b0c7e5.gitlab.io/components/relative-time * @status stable * @since 1.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;