import organizeAttributes from "./organize-attributes.cjs"; //#region src/vue.d.ts declare const _default: { parser: "vue"; plugins: (typeof organizeAttributes)[]; attributeSort: string; attributeIgnoreCase: boolean; attributeGroups: string[]; }; //#endregion export { _default as default };