import { InjectionToken } from '@angular/core'; import { ChatWidgetConfig } from './types'; export declare const CHAT_WIDGET_CONFIG: InjectionToken;