import refractor from 'refractor'; export declare const processHtml: (html: string, syntax: refractor.RefractorSyntax | undefined) => string; export declare function htmlEncode(sHtml: string): string; export declare function stopPropagation(e: React.KeyboardEvent): void;