import { Plugin } from 'vue'; import Text from './src/Text.vue'; export declare const TextPlugin: Plugin; export { Text };