import { Plugin } from 'vue'; export * from './components'; export * from './hooks'; declare const ElementPlusX: Plugin; export default ElementPlusX;