import { default as SlTreeItem } from '@shoelace-style/shoelace/dist/components/tree-item/tree-item.component.js'; export declare class UgTreeItem extends SlTreeItem { } declare global { interface HTMLElementTagNameMap { 'ug-tree-item': UgTreeItem; } }