import Component from '../../components/format-number/format-number.js'; /** * @summary Formats a number for display using the specified locale and options, including currency, percent, and unit * styles. Powered by the Intl.NumberFormat API. * @documentation https://webawesome.com/docs/components/format-number * @status stable * @since 2.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;