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