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