{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: es_property_editors-output-text",
            "Provides access to lightning helptext,formatted-text components"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "helptext",
                "type": "utam-lightning/pageObjects/helptext",
                "selector": {
                    "css": "lightning-helptext"
                }
            },
            {
                "public": true,
                "name": "formattedText",
                "type": "utam-lightning/pageObjects/formattedText",
                "selector": {
                    "css": "lightning-formatted-text"
                }
            }
        ]
    }
}