declare function CommentText({ children, users, showFullText, currentUser, hasBeenEdited, }: any): import("react/jsx-runtime").JSX.Element | null;
declare namespace CommentText {
    var defaultProps: {
        showFullText: boolean;
        hasBeenEdited: boolean;
    };
}
export { CommentText };
//# sourceMappingURL=CommentText.d.ts.map