//#region src/wxml.d.ts declare const _default: { wxmlStrict: boolean; wxmlFormat: boolean; wxmlSelfClose: boolean; wxmlOrganizeAttributes: boolean; attributeSort: string; attributeIgnoreCase: boolean; attributeGroups: string[]; plugins: { name: string; languages: import("prettier").SupportLanguage[]; parsers: { wxml: import("prettier").Parser; }; printers: { "wxml-ast": import("prettier").Printer; }; options: { wxmlOrganizeAttributes: { type: "boolean"; default: boolean; category: string; description: string; }; wxmlStrict: { type: "boolean"; default: boolean; category: string; description: string; }; wxmlFallbackLog: { type: "boolean"; default: boolean; category: string; description: string; }; wxmlFormat: { type: "boolean"; default: boolean; category: string; description: string; }; wxmlSelfClose: { type: "boolean"; default: boolean; category: string; description: string; }; wxmlSelfCloseExclude: { type: "string"; array: true; category: string; default: { value: never[]; }[]; description: string; }; wxmlCollapseAttrsValue: { type: "boolean"; default: boolean; category: string; description: string; }; attributeGroups: any; attributeSort: any; attributeIgnoreCase: any; }; }[]; parser: "wxml"; }; //#endregion export { _default as default };