import { FC } from 'react'; type ModeratorResponseModalProps = { content: string; id: string | number; title: string; Icon: FC; }; export declare const ModeratorResponseModal: FC; export {};