export declare const suffixCls: string; /** * 高亮动作名称 */ export declare const highLightCls: string; /** * 动作项选中样式 */ export declare const checkClsName: string; /** * 动作hover选中节点 */ export declare const hoverCheckName: string; /** * hover动作样式 */ export declare const hoverGroupCls: string;