/** Native-ready display defaults for Taro's mapped HTML tags; all other styling belongs to the application. */ export declare const miniHtmlBase = "\n.h5-span,\n.h5-a {\n display: inline;\n}\n\n.h5-button,\n.h5-input,\n.h5-textarea,\n.h5-progress {\n display: inline-block;\n}\n\n.h5-template,\n.h5-datalist {\n display: none;\n}\n";