import { Plugin } from 'vue'; import Icon from './src/Icon.vue'; export declare const IconPlugin: Plugin; export { Icon };