import { Comment } from "microboard-temp"; interface Props { comment: Comment; } export declare const CommentContainer: ({ comment }: Props) => any; export {};