/** * Created by henian.xu on 2020/2/13. * */ import Vue from 'vue'; import ElementUI from 'element-ui'; export { ElementUI }; declare const _default: (vue: typeof Vue) => void; export default _default; export declare const Layout: { Menu: typeof Vue; }; export declare const Pages: { Login: typeof Vue; Error: typeof Vue; };