export declare function SmartConvertTextToHtml(message: any, remove_links?: boolean, compile_markdown?: boolean, ALLOW_TAGS?: null): any;
export declare function SmartConvertTextToHtmlHashtags(message: any, remove_links?: boolean, compile_markdown?: boolean, hashtag_base_url?: string): any;
export declare function StripTags(_html: any): any;
export declare function CompileMarkdown(message: any): any;
export declare const FORM_BUILDER_TAGS: string[];
