// elements/rh-back-to-top/rh-back-to-top.js
import type { ReactWebComponent } from '@lit/react';
import type { RhBackToTop } from '@rhds/elements/elements/rh-back-to-top/rh-back-to-top.js';
export const BackToTop: ReactWebComponent<RhBackToTop, {}>;
  