export declare class ScoreClickDtoModel {
    id: number;
    scorePercent: number;
}
