declare module '*.vue' { import Vue from 'vue' export default Vue } declare module 'mint-ui' { const Mint: any export const Indicator: any export const Toast: any export const MessageBox: any export default Mint }