import type { Ref } from 'vue-demi';
export declare function onScrollBottom(element: Ref<HTMLElement>, handler: (event: Event) => void): void;
