import type { FastCommentsCommentWidgetConfig } from 'fastcomments-typescript'; export interface FastCommentsUserActivityFeedProps extends FastCommentsCommentWidgetConfig { /** With SSO: tenantId + ':' + userId. With Simple SSO: tenantId + ':' + userEmail. */ userId: string; } export declare function FastCommentsUserActivityFeed(props: FastCommentsUserActivityFeedProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FastCommentsUserActivityFeed.d.ts.map