export declare class AIBaseConfiguration { apiConfiguration?: (user?: CometChat.User, group?: CometChat.Group) => Promise; errorStateView?: any; emptyStateView?: any; loadingStateView?: any; loadingIconURL?: string; errorIconURL?: string; emptyIconURL?: string; constructor(props: Partial); } //# sourceMappingURL=AIBaseConfiguration.d.ts.map