export declare function convertToHTML(text: string): string;
export declare function capitalizeRoleName(role: string): string;
export declare function getSenderName(message: any, bot: any): string;
export declare const areEqual: (prevProps: any, nextProps: any) => boolean;