import { Ref } from '@vue/composition-api'; export declare const useTitleText: (titleRef: Ref) => Ref;