import { Plugin } from 'vue'; import Affix from './src/Affix.vue'; export declare const AffixPlugin: Plugin; export { Affix };