import type React from 'react'; export interface JoinGroupChatProps { templateId: string; } export declare const JoinGroupChat: React.ComponentType;