import { CometChatUIKitCalls } from '../CometChatCalls'; import { CallButtonsConfiguration } from './CallButtonsConfiguration'; export declare class CallingConfiguration { groupCallSettingsBuilder?: (message: CometChat.CustomMessage) => typeof CometChatUIKitCalls.CallSettingsBuilder; callButtonsConfiguration?: CallButtonsConfiguration; constructor(configuration?: CallingConfiguration); } //# sourceMappingURL=CallingConfiguration.d.ts.map