const props = { description: { type: String, }, externalClasses: { type: Array, }, icon: { type: String, value: '', }, image: { type: String, }, title: { type: String, value: '', }, theme: { type: String, value: 'default', }, }; export default props;