import { Ref } from 'vue'; export declare const useIsVisible: (el: Ref) => Ref;