export { default as Panel } from './Panel.vue'
export { default as PanelRow } from './PanelRow.vue'

export namespace Components {
  export interface Panel {
    //
  }

  export interface PanelRow {
    //
  }
}
