import { type Ref } from 'vue'; export declare function useElementBackTop(el: Ref): { scrollTop: Ref; backTop: () => void; };