import type { ComputedRef } from 'vue'; export declare const useThemeAuthor: () => ComputedRef; export declare const useIconPrefix: () => ComputedRef; export declare const useBlogConfig: () => ComputedRef; export declare const usePure: () => ComputedRef;