export declare const expressionInput = "<?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=\"myDataSource\" type=\"datasource\" isList=\"true\">\n                <caption>data source</caption>\n                <description />\n            </property>\n            <property key=\"expressionReturnTypeType\" type=\"expression\" required=\"true\">\n                <caption>Expression returnType type</caption>\n                <description />\n                <returnType type=\"String\" />\n            </property>\n            <property key=\"expressionReturnTypeTypeDataSource\" type=\"expression\" required=\"true\" dataSource=\"myDataSource\">\n                <caption>Expression returnType type with data source</caption>\n                <description />\n                <returnType type=\"String\" />\n            </property>\n            <property key=\"expressionReturnTypeAssignableTo\" type=\"expression\" required=\"true\">\n                <caption>Expression returnType assignableTo</caption>\n                <description />\n                <returnType assignableTo=\"myAttribute\" />\n            </property>\n            <property key=\"expressionReturnTypeAssignableToDataSource\" type=\"expression\" required=\"true\" dataSource=\"myDataSource\">\n                <caption>Expression returnType assignableTo with data source</caption>\n                <description />\n                <returnType assignableTo=\"myAttribute\" />\n            </property>\n            <property key=\"myAttribute\" type=\"attribute\">\n                <caption>My attribute</caption>\n                <description />\n                <attributeTypes>\n                    <attributeType name=\"Enum\" />\n                    <attributeType name=\"Decimal\" />\n                    <attributeType name=\"Boolean\" />\n                </attributeTypes>\n            </property>\n        </propertyGroup>\n    </properties>\n</widget>";
export declare const expressionInputNative = "<?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=\"myDataSource\" type=\"datasource\" isList=\"true\">\n                <caption>data source</caption>\n                <description />\n            </property>\n            <property key=\"expressionReturnTypeType\" type=\"expression\" required=\"true\">\n                <caption>Expression returnType type</caption>\n                <description />\n                <returnType type=\"String\" />\n            </property>\n            <property key=\"expressionReturnTypeTypeDataSource\" type=\"expression\" required=\"true\" dataSource=\"myDataSource\">\n                <caption>Expression returnType type with data source</caption>\n                <description />\n                <returnType type=\"String\" />\n            </property>\n            <property key=\"expressionReturnTypeAssignableTo\" type=\"expression\" required=\"true\">\n                <caption>Expression returnType assignableTo</caption>\n                <description />\n                <returnType assignableTo=\"myAttribute\" />\n            </property>\n            <property key=\"expressionReturnTypeAssignableToDataSource\" type=\"expression\" required=\"true\" dataSource=\"myDataSource\">\n                <caption>Expression returnType assignableTo with data source</caption>\n                <description />\n                <returnType assignableTo=\"myAttribute\" />\n            </property>\n            <property key=\"myAttribute\" type=\"attribute\">\n                <caption>My attribute</caption>\n                <description />\n                <attributeTypes>\n                    <attributeType name=\"Enum\" />\n                    <attributeType name=\"Decimal\" />\n                    <attributeType name=\"Boolean\" />\n                </attributeTypes>\n            </property>\n        </propertyGroup>\n    </properties>\n</widget>";
