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