import { TabItemStyle } from "@cometchat/uikit-shared"; export declare class CometChatTabItem { id?: string; title?: string; iconURL?: string; style?: TabItemStyle; childView?: any; isActive?: boolean; constructor(props: Partial); } //# sourceMappingURL=CometChatTabItem.d.ts.map