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