/**
* This hook is only for cssVar to add root className for components.
* If root ClassName is needed, this hook could be refactored with `-root`
* @paramprefixCls
*/declareconstuseCSSVarCls: (prefixCls: string) =>string;
exportdefault useCSSVarCls;