export = CommentActionButtons; declare class CommentActionButtons { constructor(data: any); type: string; like_button: any; dislike_button: any; reply_button: any; }