declare function CommentActions({ onEditClick, onRemoveClick, className }: any): import("react/jsx-runtime").JSX.Element | null;
declare namespace CommentActions {
    var defaultProps: {
        onEditClick: () => void;
        onRemoveClick: () => void;
    };
}
export { CommentActions };
//# sourceMappingURL=CommentActions.d.ts.map