import Component from '../../components/format-date/format-date.js'; /** * @summary Formats a date or time for display using the specified locale and options. Powered by the * Intl.DateTimeFormat API for consistent, localized output. * @documentation https://webawesome.com/docs/components/format-date * @status stable * @since 2.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;