type UserChatTabProps = { brandingColor?: string; sourceId?: string; lifecycleId?: string; milestones?: Array<{ label?: string; completed?: boolean; steps?: Array<{ label?: string; completed?: boolean; }>; }>; }; export declare function UserChatTab({ brandingColor, sourceId, lifecycleId, milestones, }: UserChatTabProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UserChatTab.d.ts.map