import type { Plugin } from "vue-demi";
import Sticky from "./sticky";
import type { StickyOptions } from "./sticky";
declare const plugin: Plugin;
export default plugin;
export { Sticky, StickyOptions };
//# sourceMappingURL=index.d.ts.map