import { FC } from 'react';
import { CommentReport } from '../../api/schemas';
export declare const ReportReasonBadge: FC<Pick<CommentReport, 'reason'>>;
