import { BlockElement, ClipboardData, SelectionDetail } from "../../interface"; export declare function handlePaste(block: BlockElement, data: ClipboardData, detail: SelectionDetail): boolean; export declare function updateHighlight(block: BlockElement, html: string): void;