import type { Plugin } from '@vuepress/core';
export declare type ComponentsStarPluginOptions = Record<never, never>;
export declare const componentsStarPlugin: Plugin<ComponentsStarPluginOptions>;
