import type { Plugin } from "@mr-hope/vuepress-types";
import type { SmoothScrollOptions } from "../types";
declare const smoothScrollPlugin: Plugin<SmoothScrollOptions>;
export = smoothScrollPlugin;
