import { Plugin } from 'vue'; import Card from './src/Card.vue'; export declare const CardPlugin: Plugin; export { Card, };