import { PluggableList } from 'unified'; export declare const processHtml: (html: string, plugins?: PluggableList) => string; export declare function htmlEncode(sHtml: string): string; export declare function stopPropagation(e: React.KeyboardEvent): void;