/** * 判断元素是否可见 */ export declare function isVisible(elem: HTMLElement): boolean;