export interface FastCommentsRecentDiscussionsProps { tenantId: string; count?: number; hasDarkBackground?: boolean; translations?: Record; region?: 'eu' | string; apiHost?: string; } export declare function FastCommentsRecentDiscussions(props: FastCommentsRecentDiscussionsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FastCommentsRecentDiscussions.d.ts.map