import { CallscreenStyle } from '@cometchat/uikit-elements'; import { CometChatUIKitCalls } from '../CometChatCalls'; /** * @property {string} minimizeIconURL - reduce size icon. * @property {string} maximizeIconURL - increase size icon. * @property {CometChat.CallSettingsBuilder} callSettingsBuilder - request builder for calls. * @property {CallscreenStyle} ongoingCallStyle - The style for outgoingCall. */ export declare class CallScreenConfiguration { minimizeIconURL: string; maximizeIconURL: string; callSettingsBuilder: typeof CometChatUIKitCalls.CallSettingsBuilder; ongoingCallStyle: CallscreenStyle; onError: ((error: CometChat.CometChatException) => void) | null; constructor(props: Partial); } //# sourceMappingURL=CallScreenConfiguration.d.ts.map