import type { SetupContext } from 'vue'; import type { BacktopEmits, BacktopProps } from './backtop'; export declare const useBackTop: (props: BacktopProps, emit: SetupContext['emit'], componentName: string) => { visible: import("vue").Ref; handleClick: (event: MouseEvent) => void; };