import ThisIsComponentImage from '../../../../../../public/components/default-chart.png'

export default {
  type: 'component-type-prefix',
  parentType: 'component-parent-type-prefix',
  subParentType: 'component-sub-parent-type-prefix',
  icon: ThisIsComponentImage,
  title: 'component-title-prefix',
  description: 'component-description-prefix'
}