import { Ref } from 'vue';
export declare const useInViewPort: (element: Ref<HTMLElement | undefined>) => Ref<boolean>;
