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