export = LikeButton; declare class LikeButton { constructor(data: any); type: string; target: { video_id: any; }; like_status: any; likes_allowed: any; endpoints: any; }