import { default as Panels } from './plugin'
import type { PluginOptions } from "./plugin";

export * from './View/Components'

export {
  Panels, PluginOptions
}
