/** @ignore */ declare class AgentDesktopPlugin { name: any; config: any; agentDesktopInfo: any; $: any; isTyping: boolean; typingTimer: any; stopTypingInterval: number; isTabActive: boolean; isReadRecipetSent: boolean; isAgentConnected: boolean; isTPAgentConnected: boolean; TMsgData: any; authInfo: any; cobrowseSession: any; clickToCallEnabled: boolean; constructor(config?: any); onHostCreate(): void; onInit(): void; appendVideoAudioElemnts(): void; extend(target: any, source: any): any; sendStopTypingEvent(): void; removeEmptyBubblesInTemplate(): void; getAuthInfo(data: any): void; validateOTP(otp: string): void; manageAgentBranding(type: string): void; } export default AgentDesktopPlugin;