export interface StyleMap { [key: string]: string; } export declare function styleMap(el: Element): StyleMap; export declare function cleanPastedHTML(raw: string, editorDir?: 'ltr' | 'rtl'): string; export declare function normalizeTextPaste(raw: string): string; //# sourceMappingURL=paste-engine.d.ts.map