export declare class StarRateClicked { private newRate; private oldRate; constructor(newRate: number, oldRate: number); }