import { default as SlSplitPanel } from '@shoelace-style/shoelace/dist/components/split-panel/split-panel.component.js'; export declare class UgSplitPanel extends SlSplitPanel { } declare global { interface HTMLElementTagNameMap { 'ug-split-panel': UgSplitPanel; } }