import { Workbook } from '../../Workbook'; /** * 粘贴时触发 */ export declare function handlePaste(e: ClipboardEvent, workbook: Workbook): void;