enum class Style {
  SHEET;

  constructor(value: kotlin.String)

  val value: kotlin.String

  abstract val exitAnimation: kotlin.String
}