declare module '@varlet/ui' {
  import { Plugin } from 'vue'
  
  export const Snackbar: any
  export const Space: any
  export const Card: any
  export const Form: any
  export const Input: any
  export const Button: any
  
  export const install: Plugin
}