import { ComputedRef } from 'vue'; export declare type PageTitleRef = ComputedRef; export declare const usePageTitle: () => PageTitleRef;