import { default as SlFormatBytes } from '@shoelace-style/shoelace/dist/components/format-bytes/format-bytes.component.js'; export declare class UgFormatBytes extends SlFormatBytes { } declare global { interface HTMLElementTagNameMap { 'ug-format-bytes': UgFormatBytes; } }