import type { Plugin } from '@vuepress/core';
import type { Live2dWidgetPluginOptions } from '../shared/index.js';
export declare const live2dWidgetPlugin: (options: Live2dWidgetPluginOptions) => Plugin;
