import { Ref } from 'vue';
export declare function useTextValue(element: Ref<HTMLElement | null>): () => string;
