declare module 'vue-grid-layout' {
  import { Component } from 'vue'
  export const GridLayout: Component
  export const GridItem: Component
}