import organizeAttributes from "./organize-attributes.cjs"; //#region src/wechat-svg.d.ts declare const _default: { parser: "html"; printWidth: number; htmlWhitespaceSensitivity: "ignore"; plugins: (typeof organizeAttributes)[]; attributeSort: string; attributeGroups: string[]; }; //#endregion export { _default as default };