/**
 * 读取剪切板数据
 */
export default function readPasteData(clipboardEvent?: ClipboardEvent, insertNode?: (node: Node) => void): void;
