import { Plugin } from 'vue';
import GlobalSearch from './src/index.vue';
export declare const GlobalSearchPlugin: Plugin;
export { GlobalSearch };
