import { Plugin } from 'vue'; import Alert from './src/Alert.vue'; export declare const AlertPlugin: Plugin; export { Alert };