import { Ref } from '@vue/composition-api'; export declare function useElementLazyRender(labelRef: Ref, lazyLoad: Ref): { showElement: Ref; }; export default useElementLazyRender;