import type { ComputedRef } from 'vue';
import { BackTopProps, IBackTopRef } from '../back-top-types';
export default function (props: BackTopProps, backTopRef: IBackTopRef): ComputedRef<boolean>;
