import { default as SlRelativeTime } from '@shoelace-style/shoelace/dist/components/relative-time/relative-time.component.js'; export declare class UgRelativeTime extends SlRelativeTime { } declare global { interface HTMLElementTagNameMap { 'ug-relative-time': UgRelativeTime; } }