import type { BlogTypeData } from "@vuepress/plugin-blog/client";
import type { ComputedRef, InjectionKey } from "vue";
import type { ArticleInfoData } from "../../../../shared/index.js";
export type StarsRef = ComputedRef<BlogTypeData<ArticleInfoData>>;
export declare const starsSymbol: InjectionKey<StarsRef>;
/**
 * Inject stars
 */
export declare const useStars: () => StarsRef;
export declare const setupStars: () => void;
//# sourceMappingURL=useStars.d.ts.map