import { WorkBook } from './workBook'; /** * 将 WorkSheet 转换为 html 字符串 */ export declare function wb2html(wb: WorkBook): string;