import type BackToTop from './BackToTop.js'

declare global {
  interface HTMLElementTagNameMap {
    'back-to-top': BackToTop
  }
}
