export declare const associationMetaDataWebInput = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<widget id=\"mendix.mywidget.MyWidget\" needsEntityContext=\"true\" offlineCapable=\"true\"\n    pluginWidget=\"true\" supportedPlatform=\"Web\"\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=\"data\" type=\"datasource\" isList=\"true\">\n                <caption>Reference</caption>\n                <description />\n            </property>\n            <property key=\"metaReference\" type=\"association\" isMetaData=\"true\" dataSource=\"data\">\n                <caption>Reference</caption>\n                <description />\n                <associationTypes>\n                    <associationType name=\"Reference\" />\n                </associationTypes>\n            </property>\n            <property key=\"metaReferenceSet\" type=\"association\" isMetaData=\"true\" dataSource=\"data\">\n                <caption>Reference</caption>\n                <description />\n                <associationTypes>\n                    <associationType name=\"ReferenceSet\" />\n                </associationTypes>\n            </property>\n        </propertyGroup>\n    </properties>\n</widget>";
export declare const associationMetaDataNativeInput = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<widget id=\"mendix.mywidget.MyWidget\" needsEntityContext=\"true\" offlineCapable=\"true\"\n    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=\"data\" type=\"datasource\" isList=\"true\">\n                <caption>Reference</caption>\n                <description />\n            </property>\n            <property key=\"metaReference\" type=\"association\" isMetaData=\"true\" dataSource=\"data\">\n                <caption>Reference</caption>\n                <description />\n                <associationTypes>\n                    <associationType name=\"Reference\" />\n                </associationTypes>\n            </property>\n            <property key=\"metaReferenceSet\" type=\"association\" isMetaData=\"true\" dataSource=\"data\">\n                <caption>Reference</caption>\n                <description />\n                <associationTypes>\n                    <associationType name=\"ReferenceSet\" />\n                </associationTypes>\n            </property>\n        </propertyGroup>\n    </properties>\n</widget>";
