import MfRating from './rating.component.js'; export * from './rating.component.js'; export default MfRating; declare global { interface HTMLElementTagNameMap { 'mf-rating': MfRating; } }