import Component from '../../components/format-bytes/format-bytes.js'; /** * @summary Formats a number of bytes as a human-readable string with the appropriate unit, such as kB, MB, or GB. * Supports both byte and bit units with configurable locale. * @documentation https://webawesome.com/docs/components/format-bytes * @status stable * @since 2.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;