import type { Ref } from 'vue';
export declare function useDocumentTitle(titleInfo: Ref<{
    title: string;
    id: string;
    pageName: string;
}>, appDefaultTitle: string | false): void;
