//#region src/wxml-base.d.ts declare const _default: { 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 };