declare function CommentBody({ children, className }: any): import("react/jsx-runtime").JSX.Element;
declare namespace CommentBody {
    var defaultProps: {
        className: string;
    };
}
export { CommentBody };
//# sourceMappingURL=CommentBody.d.ts.map