import { FC } from 'react';
import { Report } from '../../api/schemas';
export declare const ReportStatusBadge: FC<{
    item: Report;
}>;
