import { type EnhancedComponent } from '../../utils'; import _BackTop from './back-top.vue'; export declare const BackTop: EnhancedComponent; export default BackTop; export type { BackTopProps, BackTopSlots, BackTopEmits } from './common'; export { usePageBackTop } from './usePageBackTop'; export { useElementBackTop } from './useElementBackTop';