export declare const imagePastingListener: (rtf: string, html: string) => { [key: string]: string; } | undefined; export declare const extractTagsFromHtml: (html: string) => string[];