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