import { CometChatTextFormatter } from "../CometChatTextFormatter"; export declare class CometChatUrlsFormatter extends CometChatTextFormatter { protected textStyle: { [key: string]: string; }; constructor(regexPatterns: any); protected onRegexMatch(inputText?: string | null): string; registerEventListeners(element: HTMLElement, classList: any): HTMLElement; } //# sourceMappingURL=CometChatUrlsFormatter.d.ts.map