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