import { FC } from 'react';
import { Comment } from '../../api/schemas';
type Props = {
    item: Comment;
};
export declare const ReviewFlow: FC<Props>;
export {};
