import { OnInit, EventEmitter } from '@angular/core'; import { AnimationEvent } from '@angular/animations'; /** * @module * @ignore */ export declare class ReviewsComponent implements OnInit { store_app: any; changeReviewState: EventEmitter; clickState: string; private overlayState; stars: number; showstars: any; appID: any; constructor(); roundHalf(n: number): number; ngOnInit(): void; buttonClick(): void; buttonClickAnimationDone(event: AnimationEvent): void; closeOverlay(): void; catchClick(event: any): void; overlayAnimationDone(event: AnimationEvent): void; } //# sourceMappingURL=reviews.component.d.ts.map