interface DisplayBalloonOptions
abstract var content: String
open var icon: dynamic
abstract var title: String