export declare const reportReasons: {
    spam: string;
    inappropriateContent: string;
    harassment: string;
    misinformation: string;
    hateSpeech: string;
    violence: string;
    illegalActivity: string;
    selfHarm: string;
    other: string;
};
export type ReportReasonKey = keyof typeof reportReasons;
