//#region src/space/style/addon.d.ts /** Component only token. Which will handle additional calculation of alias token */ interface ComponentToken {} declare const _default: (prefixCls: import("vue").Ref, rootCls?: import("vue").Ref) => readonly [import("vue").Ref, import("vue").ComputedRef]; //#endregion export { ComponentToken, _default as default };