export declare const associationInput = "<?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=\"reference\" type=\"association\" selectableObjects=\"optionsSource\" onChange=\"referenceOnChange\">\n                <caption>Reference</caption>\n                <description/>\n                <associationTypes>\n                    <associationType name=\"Reference\"/>\n                </associationTypes>\n            </property>\n            <property key=\"referenceSet\" type=\"association\" selectableObjects=\"optionsSource\">\n                <caption>Reference Set</caption>\n                <description/>\n                <associationTypes>\n                    <associationType name=\"ReferenceSet\"/>\n                </associationTypes>\n            </property>\n            <property key=\"referenceOrSet\" type=\"association\" selectableObjects=\"optionsSource\">\n                <caption>Reference or Set</caption>\n                <description/>\n                <associationTypes>\n                    <associationType name=\"Reference\"/>\n                    <associationType name=\"ReferenceSet\"/>\n                </associationTypes>\n            </property>\n             <property key=\"optionsSource\" type=\"datasource\" isList=\"true\" required=\"false\">\n                <caption>Universe Data source</caption>\n                <description />\n            </property>\n            <property key=\"displayValue\" dataSource=\"optionsSource\" type=\"attribute\">\n                <caption>Display value</caption>\n                <description>Display value</description>\n                <attributeTypes>\n                    <attributeType name=\"String\"/>\n                </attributeTypes>\n            </property>\n            <property key=\"referenceOnChange\" type=\"action\">\n                <caption>Reference On Change</caption>\n                <description/>\n            </property>\n        </propertyGroup>\n    </properties>\n</widget>";
export declare const associationInputNative = "<?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=\"reference\" type=\"association\" selectableObjects=\"optionsSource\" onChange=\"referenceOnChange\">\n                <caption>Reference</caption>\n                <description/>\n                <associationTypes>\n                    <associationType name=\"Reference\"/>\n                </associationTypes>\n            </property>\n            <property key=\"referenceSet\" type=\"association\" selectableObjects=\"optionsSource\">\n                <caption>Reference Set</caption>\n                <description/>\n                <associationTypes>\n                    <associationType name=\"ReferenceSet\"/>\n                </associationTypes>\n            </property>\n            <property key=\"referenceOrSet\" type=\"association\" selectableObjects=\"optionsSource\">\n                <caption>Reference or Set</caption>\n                <description/>\n                <associationTypes>\n                    <associationType name=\"Reference\"/>\n                    <associationType name=\"ReferenceSet\"/>\n                </associationTypes>\n            </property>\n             <property key=\"optionsSource\" type=\"datasource\" isList=\"true\" required=\"false\">\n                <caption>Universe Data source</caption>\n                <description />\n            </property>\n            <property key=\"displayValue\" dataSource=\"optionsSource\" type=\"attribute\">\n                <caption>Display value</caption>\n                <description>Display value</description>\n                <attributeTypes>\n                    <attributeType name=\"String\"/>\n                </attributeTypes>\n            </property>\n            <property key=\"referenceOnChange\" type=\"action\">\n                <caption>Reference On Change</caption>\n                <description/>\n            </property>\n        </propertyGroup>\n    </properties>\n</widget>";
