import type { BackTopProps, IBackTopRef } from '../back-top-types';
export default function (props: BackTopProps, backTopRef: IBackTopRef): Element | (Window & typeof globalThis);
