import Component from "../../components/format-date/format-date.component.js"; /** * @summary Formats a date/time using the specified locale and options. * @documentation https://pureui.online/components/format-date * @status stable * @since 1.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;