export declare const containmentInput = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<widget id=\"mendix.mywidget.MyWidget\" needsEntityContext=\"true\" offlineCapable=\"true\" pluginWidget=\"true\"\n        xmlns=\"http://www.mendix.com/widget/1.0/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xsi:schemaLocation=\"http://www.mendix.com/widget/1.0/ ../xsd/widget.xsd\">\n    <properties>\n        <propertyGroup caption=\"General\">\n            <property key=\"content\" type=\"widgets\" required=\"true\">\n                <caption>Content</caption>\n                <description>Sample text input</description>\n            </property>\n        </propertyGroup>\n        <propertyGroup caption=\"Actions\">\n            <property key=\"description\" type=\"attribute\">\n                <caption>Action</caption>\n                <description />\n                <attributeTypes>\n                    <attributeType name=\"String\"/>\n                </attributeTypes>    \n            </property>\n            <property key=\"action\" type=\"action\">\n                <caption>Action</caption>\n                <description />\n            </property>\n        </propertyGroup>\n        <propertyGroup caption=\"System Properties\">\n            <!-- no \"Label\" system property -->\n            <systemProperty key=\"TabIndex\"></systemProperty>\n        </propertyGroup>\n    </properties>\n</widget>";
export declare const containmentInputNative = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<widget id=\"mendix.mywidget.MyWidget\" needsEntityContext=\"true\" offlineCapable=\"true\" pluginWidget=\"true\" supportedPlatform=\"Native\"\n        xmlns=\"http://www.mendix.com/widget/1.0/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n        xsi:schemaLocation=\"http://www.mendix.com/widget/1.0/ ../xsd/widget.xsd\">\n    <properties>\n         <propertyGroup caption=\"General\">\n            <property key=\"content\" type=\"widgets\" required=\"true\">\n                <caption>Content</caption>\n                <description>Sample text input</description>\n            </property>\n        </propertyGroup>\n        <propertyGroup caption=\"Actions\">\n            <property key=\"description\" type=\"attribute\">\n                <caption>Action</caption>\n                <description />\n                <attributeTypes>\n                    <attributeType name=\"String\"/>\n                </attributeTypes>    \n            </property>\n            <property key=\"action\" type=\"action\">\n                <caption>Action</caption>\n                <description />\n            </property>\n        </propertyGroup>\n        <propertyGroup caption=\"System Properties\">\n            <!-- no \"Label\" system property -->\n            <systemProperty key=\"TabIndex\"></systemProperty>\n        </propertyGroup>\n    </properties>\n</widget>";
