import { FC } from 'react';
export declare const CommentReportStatusBadge: FC<{
    resolved: boolean;
}>;
