declare interface ChartPlugin {
  isPlugin: boolean
  staticMap?: object
}