import { OnInit } from '@angular/core'; import { AuthService, RmService } from '@bidi/common-services'; import { RatingsService } from './../ratings.service'; import { Store } from '@ngrx/store'; export declare class RankComponent implements OnInit { private rm; auth: AuthService; ratingsService: RatingsService; private store; role: any; resourceId: any; voteC: boolean; flagUser: boolean; userName: string; private state$; constructor(rm: RmService, auth: AuthService, ratingsService: RatingsService, store: Store); ngOnInit(): void; voteContentShow(): void; voteContent(val: any): void; }