import * as vue659 from "vue"; import { Ref } from "vue"; //#region src/config-provider/hooks/useCSSVarCls.d.ts /** * This hook is only for cssVar to add root className for components. * If root ClassName is needed, this hook could be refactored with `-root` * @param prefixCls */ declare function useCSSVarCls(prefixCls: Ref): vue659.ComputedRef; //#endregion export { useCSSVarCls as default };