import { Route } from '../router'; export declare function useSiteDataByRoute(route?: Route): import("vue").ComputedRef<{ themeConfig: any; locales: {}; base: string; lang: string; title: string; description: string; head: import("../../../../types/shared").HeadConfig[]; customData: any; }>;