import { App } from 'vue';
declare const CardPlugin: {
    install(Vue: App): void;
    name: string;
};
export default CardPlugin;
