import Star from './star.vue'; import type { Plugin } from 'vue'; export declare const StarPlugin: Plugin; export { Star };