import { default as SlInput } from '@shoelace-style/shoelace/dist/components/input/input.component.js'; export declare class UgInput extends SlInput { } declare global { interface HTMLElementTagNameMap { 'ug-input': UgInput; } }