export default function useScrollDirection(): { scrollDirection: import('vue').Ref<"" | "top" | "bottom", "" | "top" | "bottom">; };