export declare const attributeLinkedActionInput = "<?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=\"collapsed\" type=\"attribute\" required=\"false\" onChange=\"onToggleCollapsed\">\n                <caption>Collapsed</caption>\n                <description />\n                <attributeTypes>\n                    <attributeType name=\"Boolean\"/>\n                </attributeTypes>\n            </property>\n            <property key=\"onToggleCollapsed\" type=\"action\">\n                <caption>On change</caption>\n                <description />\n            </property>\n        </propertyGroup>\n        <propertyGroup caption=\"System Properties\">\n            <systemProperty key=\"Label\"></systemProperty>\n            <systemProperty key=\"TabIndex\"></systemProperty>\n        </propertyGroup>\n    </properties>\n</widget>";
export declare const attributeNestedLinkedActionInput = "<?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=\"onToggleCollapsed\" type=\"action\">\n                <caption>On change</caption>\n                <description />\n            </property>\n            <property key=\"datasourceProperties\" type=\"object\" isList=\"true\">\n                <caption>Data source properties</caption>\n                <description />\n                <properties>\n                    <propertyGroup caption=\"PropertiesFirst\">\n                        <property key=\"collapsedFirst\" type=\"attribute\" required=\"false\" onChange=\"onToggleCollapsed\">\n                            <caption>Collapsed</caption>\n                            <description />\n                            <attributeTypes>\n                                <attributeType name=\"Boolean\"/>\n                            </attributeTypes>\n                        </property>\n                        <property key=\"onToggleCollapsed\" type=\"action\">\n                            <caption>On change</caption>\n                            <description />\n                        </property>\n                        <property key=\"onToggleCollapsedFirstGroup\" type=\"action\">\n                            <caption>On change</caption>\n                            <description />\n                        </property>\n                    </propertyGroup>\n                    <propertyGroup caption=\"PropertiesSecond\">\n                        <property key=\"collapsedSecond\" type=\"attribute\" required=\"false\" onChange=\"../onToggleCollapsed\">\n                            <caption>Collapsed</caption>\n                            <description />\n                            <attributeTypes>\n                                <attributeType name=\"Boolean\"/>\n                            </attributeTypes>\n                        </property>\n                        <property key=\"onToggleCollapsedSecond\" type=\"action\">\n                            <caption>On change</caption>\n                            <description />\n                        </property>\n                        <property key=\"collapsedSecondGroup\" type=\"attribute\" required=\"false\" onChange=\"onToggleCollapsedFirstGroup\">\n                            <caption>Collapsed</caption>\n                            <description />\n                            <attributeTypes>\n                                <attributeType name=\"Boolean\"/>\n                            </attributeTypes>\n                        </property>\n                    </propertyGroup>\n                 </properties>\n            </property>\n        </propertyGroup>\n        <propertyGroup caption=\"System Properties\">\n            <systemProperty key=\"Label\"></systemProperty>\n            <systemProperty key=\"TabIndex\"></systemProperty>\n        </propertyGroup>\n    </properties>\n</widget>";
