export declare const fileInput = "<?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=\"file\" type=\"file\">\n                <caption>File</caption>\n                <description />\n            </property>\n            <property key=\"file2\" type=\"file\" required=\"false\">\n                <caption>File 2</caption>\n                <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=\"Other\">\n            <propertyGroup caption=\"System Properties\">\n                <systemProperty key=\"Label\"></systemProperty>\n                <systemProperty key=\"TabIndex\"></systemProperty>\n            </propertyGroup>\n        </propertyGroup>\n    </properties>\n</widget>";
export declare const fileInputNative = "<?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=\"file\" type=\"file\">\n                <caption>File</caption>\n                <description />\n            </property>\n            <property key=\"file2\" type=\"file\" required=\"false\">\n                <caption>File 2</caption>\n                <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=\"Other\">\n            <propertyGroup caption=\"System Properties\">\n                <systemProperty key=\"Label\"></systemProperty>\n                <systemProperty key=\"TabIndex\"></systemProperty>\n            </propertyGroup>\n        </propertyGroup>\n    </properties>\n</widget>";
