/**
 * @description tooltip 功能
 * @author wangfupeng
 */
import { Dom7Array } from '../../utils/dom';
export declare function addTooltip($button: Dom7Array, iconSvg: string, title: string, hotkey: string, inGroup?: boolean): void;
