{
  "component": true,
  "props": {
    "autoplay": true,
    "interval": 4000,
    "loop": true,
    "count": 1,
    "defaultIndex": 0,
    "showIndicators": true,
    "indicatorsPosition": "center",
    "keepIndex": false,
    "controlled": true,
    "touchable": true
  },
  "state": {
    "index": 0,
    "usedIndicatorsPosition": "center",
    "countArray": [1]
  }
}